Skip to content

Commit 5b62a7c

Browse files
authored
Update model-configuration.mdx (#709)
Added fireworks to the example configuration <!-- Explain the changes introduced in your PR --> ## Pull Request approval Although pull request approval is not enforced for this repository in order to reduce friction, merging without a review will generate a ticket for the docs team to review your changes. So if possible, have your pull request approved before merging.
1 parent d26cec1 commit 5b62a7c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/cody/clients/model-configuration.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,10 +372,12 @@ The following examples illustrate how to use all these settings in conjunction:
372372
// Not "experimental" or "deprecated".
373373
"statusFilter": ["beta", "stable"],
374374

375-
// Allow any models provided by Anthropic or OpenAI.
375+
// Allow any models provided by Anthropic, OpenAI, Google and Fireworks.
376376
"allow": [
377-
"anthropic::*",
378-
"openai::*"
377+
"anthropic::*", // Anthropic models
378+
"openai::*", // OpenAI models
379+
"google::*", // Google Gemini models
380+
"fireworks::*", // Autocomplete models like StarCoder and DeepSeek-V2-Coder hosted on Fireworks
379381
],
380382

381383
// Do not include any models with the Model ID containing "turbo",

0 commit comments

Comments
 (0)