diff --git a/docs/cody/clients/install-vscode.mdx b/docs/cody/clients/install-vscode.mdx index d7133e2ab..7d66d2796 100644 --- a/docs/cody/clients/install-vscode.mdx +++ b/docs/cody/clients/install-vscode.mdx @@ -406,7 +406,7 @@ Example VS Code user settings JSON configuration: }, // OpenAI & OpenAI-compatible APIs { - "provider": "groq", // keep groq as provider + "provider": "openai", // keep groq as provider "model": "some-model-id", "apiKey": "xyz", "apiEndpoint": "https://host.domain/path" @@ -423,7 +423,7 @@ Example VS Code user settings JSON configuration: ### Provider configuration options -- `provider`: `"google"`, `"grok"` or `"ollama"` +- `provider`: `"google"`, `"groq"` or `"ollama"` - The LLM provider type. - `model`: `string` - The ID of the model, e.g. `"gemini-1.5-pro-latest"`