Skip to content

Commit cf75216

Browse files
authored
Merge branch 'main' into main
2 parents 9ad82b9 + c3e024b commit cf75216

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

docs/code-search/code-navigation/inference_configuration.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,6 @@ The number of total paths with contents passed to the inference script's `genera
228228
Maximum size limit for file contents, in bytes | 1 MiB
229229

230230
<Callout type="note">Please reach out to Sourcegraph support if you'd like to change these limits.</Callout>
231-
<!--
232-
We deliberately don't document the environment variables for
233-
changing these limits as customers should generally not be changing
234-
them without good reason. So it's better to have them at least
235-
reach out to us first, and we can advise them on a case-by-case basis.
236-
-->
237231

238232
Auto-indexing jobs and paths are first ranked based on the criteria described below. If the number of jobs and/or paths exceeds the limits above, lower ranked items are discarded.
239233

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)