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 7eb05df commit e5b134dCopy full SHA for e5b134d
crates/chat-cli/src/cli/chat/mod.rs
@@ -437,7 +437,7 @@ const ROTATING_TIPS: [&str; 15] = [
437
color_print::cstr! {"Set a default model by running <green!>q settings chat.defaultModel MODEL</green!>. Run <green!>/model</green!> to learn more."},
438
];
439
440
-pub const MODEL_OPTIONS: [(&str, &str); 3] = [
+pub const MODEL_OPTIONS: [(&str, &str); 3] = [
441
// ("Auto", ""),
442
("claude-3.5-sonnet", "CLAUDE_3_5_SONNET_20241022_V2_0"),
443
("claude-3.7-sonnet", "CLAUDE_3_7_SONNET_20250219_V1_0"),
0 commit comments