mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
chore: refresh canonical model registry (#9709)
Signed-off-by: Bradley Axen <baxen@squareup.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -447,16 +447,16 @@ mod tests {
|
||||
|
||||
// === Grok (X.AI) ===
|
||||
assert_eq!(
|
||||
map_to_canonical_model("databricks", "grok-4.20", r),
|
||||
Some("x-ai/grok-4.20".to_string())
|
||||
map_to_canonical_model("databricks", "grok-4.3", r),
|
||||
Some("x-ai/grok-4.3".to_string())
|
||||
);
|
||||
assert_eq!(
|
||||
map_to_canonical_model("databricks", "databricks-grok-4.20", r),
|
||||
Some("x-ai/grok-4.20".to_string())
|
||||
map_to_canonical_model("databricks", "databricks-grok-4.3", r),
|
||||
Some("x-ai/grok-4.3".to_string())
|
||||
);
|
||||
assert_eq!(
|
||||
map_to_canonical_model("databricks", "kgoose-grok-4.20", r),
|
||||
Some("x-ai/grok-4.20".to_string())
|
||||
map_to_canonical_model("databricks", "kgoose-grok-4.3", r),
|
||||
Some("x-ai/grok-4.3".to_string())
|
||||
);
|
||||
|
||||
// === Cohere Command ===
|
||||
@@ -492,8 +492,8 @@ mod tests {
|
||||
Some("deepseek/deepseek-chat".to_string())
|
||||
);
|
||||
assert_eq!(
|
||||
map_to_canonical_model("databricks", "x-ai-grok-4.20", r),
|
||||
Some("x-ai/grok-4.20".to_string())
|
||||
map_to_canonical_model("databricks", "x-ai-grok-4.3", r),
|
||||
Some("x-ai/grok-4.3".to_string())
|
||||
);
|
||||
|
||||
// === Zhipu AI ===
|
||||
@@ -515,10 +515,6 @@ mod tests {
|
||||
map_to_canonical_model("gcp_vertex_ai", "gemini-2.5-pro", r),
|
||||
Some("google-vertex/gemini-2.5-pro".to_string())
|
||||
);
|
||||
assert_eq!(
|
||||
map_to_canonical_model("gcp_vertex_ai", "claude-3-5-sonnet", r),
|
||||
Some("google-vertex/claude-3.5-sonnet".to_string())
|
||||
);
|
||||
assert_eq!(
|
||||
map_to_canonical_model("gcp_vertex_ai", "claude-sonnet-4@20250514", r),
|
||||
Some("google-vertex/claude-sonnet-4".to_string())
|
||||
|
||||
Reference in New Issue
Block a user