From d3aaeeabc0169e1ffb97bbc99e2eb06ac7928ada Mon Sep 17 00:00:00 2001 From: Aravind Ramaraju <51247042+aramaraju@users.noreply.github.com> Date: Mon, 14 Oct 2024 08:26:41 -0700 Subject: [PATCH] Update model-configuration.mdx Added fireworks to the example configuration --- docs/cody/clients/model-configuration.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/cody/clients/model-configuration.mdx b/docs/cody/clients/model-configuration.mdx index 1f7d61717..799f383b6 100644 --- a/docs/cody/clients/model-configuration.mdx +++ b/docs/cody/clients/model-configuration.mdx @@ -372,10 +372,12 @@ The following examples illustrate how to use all these settings in conjunction: // Not "experimental" or "deprecated". "statusFilter": ["beta", "stable"], - // Allow any models provided by Anthropic or OpenAI. + // Allow any models provided by Anthropic, OpenAI, Google and Fireworks. "allow": [ - "anthropic::*", - "openai::*" + "anthropic::*", // Anthropic models + "openai::*", // OpenAI models + "google::*", // Google Gemini models + "fireworks::*", // Autocomplete models like StarCoder and DeepSeek-V2-Coder hosted on Fireworks ], // Do not include any models with the Model ID containing "turbo",