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 bc976aa commit d670227Copy full SHA for d670227
crates/chat-cli/src/cli/chat/cli/model.rs
@@ -25,7 +25,7 @@ pub struct ModelOption {
25
pub model_id: &'static str,
26
}
27
28
-pub const MODEL_OPTIONS: [ModelOption; 3] = [
+pub const MODEL_OPTIONS: [ModelOption; 2] = [
29
ModelOption {
30
name: "claude-4-sonnet",
31
model_id: "CLAUDE_SONNET_4_20250514_V1_0",
@@ -34,10 +34,6 @@ pub const MODEL_OPTIONS: [ModelOption; 3] = [
34
name: "claude-3.7-sonnet",
35
model_id: "CLAUDE_3_7_SONNET_20250219_V1_0",
36
},
37
- ModelOption {
38
- name: "claude-3.5-sonnet",
39
- model_id: "CLAUDE_3_5_SONNET_20241022_V2_0",
40
- },
41
];
42
43
#[deny(missing_docs)]
0 commit comments