Skip to content

Commit 6b69b14

Browse files
authored
change default model (#219)
1 parent da59278 commit 6b69b14

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
@@ -459,7 +459,7 @@ pub const MODEL_OPTIONS: [ModelOption; 3] = [
459459
},
460460
];
461461

462-
pub const DEFAULT_MODEL_ID: &str = "CLAUDE_3_7_SONNET_20250219_V1_0";
462+
pub const DEFAULT_MODEL_ID: &str = "CLAUDE_SONNET_4_20250514_V1_0";
463463

464464
const GREETING_BREAK_POINT: usize = 80;
465465

0 commit comments

Comments
 (0)