We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cfc1af commit 3c3925bCopy full SHA for 3c3925b
README.md
@@ -171,8 +171,8 @@ Here is the full list of predefined command actions:
171
172
```lua
173
require("codegpt").setup({
174
- api = {
175
- provider = "openai", -- or "Ollama", "Azure", etc.
+ connection = {
+ api_provider = "openai", -- or "Ollama", "Azure", etc.
176
openai_api_key = vim.fn.getenv("OPENAI_API_KEY"),
177
chat_completions_url = "https://api.openai.com/v1/chat/completions",
178
},
0 commit comments