-
-
Notifications
You must be signed in to change notification settings - Fork 337
Closed
Description
In the ChatGPTEditWithInstructions window, I type prompt and press enter, but nothing happens. How do I find out which is the problem?
here my setting
{
"jackMort/ChatGPT.nvim",
event = "VeryLazy",
config = function()
require("chatgpt").setup({
api_key_cmd = "op read op://private/chatgpt/password --no-newline",
openai_params = {
model = "gpt-4",
},
openai_edit_params = {
model = "code-davinci-edit-001",
temperature = 0,
top_p = 1,
n = 1,
},
})
end,
dependencies = {
"MunifTanjim/nui.nvim",
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim",
},
},
Metadata
Metadata
Assignees
Labels
No labels