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 6ece1d7 commit d3aaeeaCopy full SHA for d3aaeea
docs/cody/clients/model-configuration.mdx
@@ -372,10 +372,12 @@ The following examples illustrate how to use all these settings in conjunction:
372
// Not "experimental" or "deprecated".
373
"statusFilter": ["beta", "stable"],
374
375
- // Allow any models provided by Anthropic or OpenAI.
+ // Allow any models provided by Anthropic, OpenAI, Google and Fireworks.
376
"allow": [
377
- "anthropic::*",
378
- "openai::*"
+ "anthropic::*", // Anthropic models
+ "openai::*", // OpenAI models
379
+ "google::*", // Google Gemini models
380
+ "fireworks::*", // Autocomplete models like StarCoder and DeepSeek-V2-Coder hosted on Fireworks
381
],
382
383
// Do not include any models with the Model ID containing "turbo",
0 commit comments