Skip to content

Commit 5a42dfd

Browse files
committed
Change default to claude-sonnet-4-0
1 parent c19818d commit 5a42dfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ struct Args {
4848
engine_api_key: Option<String>,
4949

5050
/// Sets the model to use
51-
#[arg(long, short, default_value = "claude-3-7-sonnet-latest")]
51+
#[arg(long, short, default_value = "claude-sonnet-4-0")]
5252
model: String,
5353

5454
/// Sets the prompt to use

0 commit comments

Comments
 (0)