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 e9e7af6 commit 4477219Copy full SHA for 4477219
docs/cody/enterprise/model-configuration.mdx
@@ -122,8 +122,8 @@ The following examples demonstrate how to use each of these settings together:
122
"fireworks::*", // Autocomplete models hosted on Fireworks such as DeepSeek-V2-Coder
123
],
124
125
- // Do not include any models with the Model ID containing "turbo",
126
- // or any from AcmeCo.
+ // Example: Do not include any models with the Model ID containing "turbo",
+ // or any models from a hypothetical provider "AcmeCo"
127
"deny": [
128
"*turbo*",
129
"acmeco::*"
0 commit comments