File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
code-search/code-navigation Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -228,12 +228,6 @@ The number of total paths with contents passed to the inference script's `genera
228228Maximum 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
238232Auto-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
Original file line number Diff line number Diff 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",
You can’t perform that action at this time.
0 commit comments