Skip to content

Commit d860ad7

Browse files
committed
use actual versionID in modelRefs
1 parent 1d4e8e0 commit d860ad7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/cody/enterprise/model-config-examples.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ In the configuration above,
570570
],
571571
"modelOverrides": [
572572
{
573-
"modelRef": "google::unknown::claude-3-7-sonnet",
573+
"modelRef": "google::20250219::claude-3-7-sonnet",
574574
"displayName": "Claude 3.7 Sonnet",
575575
"modelName": "claude-3-7-sonnet@20250219",
576576
"capabilities": ["chat", "vision", "tools"],
@@ -582,7 +582,7 @@ In the configuration above,
582582
}
583583
},
584584
{
585-
"modelRef": "google::unknown::claude-3-7-sonnet-extended-thinking",
585+
"modelRef": "google::20250219::claude-3-7-sonnet-extended-thinking",
586586
"displayName": "Claude 3.7 Sonnet Extended Thinking",
587587
"modelName": "claude-3-7-sonnet@20250219",
588588
"capabilities": ["chat", "reasoning"],
@@ -595,7 +595,7 @@ In the configuration above,
595595
}
596596
},
597597
{
598-
"modelRef": "google::unknown::claude-3-5-haiku",
598+
"modelRef": "google::20250219::claude-3-5-haiku",
599599
"displayName": "Claude 3.5 Haiku",
600600
"modelName": "claude-3-5-haiku@20241022",
601601
"capabilities": ["autocomplete", "edit", "chat", "tools"],
@@ -608,9 +608,9 @@ In the configuration above,
608608
}
609609
],
610610
"defaultModels": {
611-
"chat": "google::unknown::claude-3.5-sonnet",
612-
"fastChat": "google::unknown::claude-3-5-haiku",
613-
"codeCompletion": "google::unknown::claude-3-5-haiku"
611+
"chat": "google::20250219::claude-3.5-sonnet",
612+
"fastChat": "google::20250219::claude-3-5-haiku",
613+
"codeCompletion": "google::20250219::claude-3-5-haiku"
614614
}
615615
}
616616
```

0 commit comments

Comments
 (0)