Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/cody/clients/install-vscode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"`
Expand Down
Loading