Skip to content

Commit 4477219

Browse files
committed
upd comment
1 parent e9e7af6 commit 4477219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cody/enterprise/model-configuration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ The following examples demonstrate how to use each of these settings together:
122122
"fireworks::*", // Autocomplete models hosted on Fireworks such as DeepSeek-V2-Coder
123123
],
124124

125-
// Do not include any models with the Model ID containing "turbo",
126-
// or any from AcmeCo.
125+
// Example: Do not include any models with the Model ID containing "turbo",
126+
// or any models from a hypothetical provider "AcmeCo"
127127
"deny": [
128128
"*turbo*",
129129
"acmeco::*"

0 commit comments

Comments
 (0)