Skip to content

Commit e5b134d

Browse files
committed
fmt
1 parent 7eb05df commit e5b134d

File tree

1 file changed

+1
-1
lines changed
  • crates/chat-cli/src/cli/chat

1 file changed

+1
-1
lines changed

crates/chat-cli/src/cli/chat/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ const ROTATING_TIPS: [&str; 15] = [
437437
color_print::cstr! {"Set a default model by running <green!>q settings chat.defaultModel MODEL</green!>. Run <green!>/model</green!> to learn more."},
438438
];
439439

440-
pub const MODEL_OPTIONS: [(&str, &str); 3] = [
440+
pub const MODEL_OPTIONS: [(&str, &str); 3] = [
441441
// ("Auto", ""),
442442
("claude-3.5-sonnet", "CLAUDE_3_5_SONNET_20241022_V2_0"),
443443
("claude-3.7-sonnet", "CLAUDE_3_7_SONNET_20250219_V1_0"),

0 commit comments

Comments
 (0)