We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19818d commit 5a42dfdCopy full SHA for 5a42dfd
1 file changed
src/main.rs
@@ -48,7 +48,7 @@ struct Args {
48
engine_api_key: Option<String>,
49
50
/// Sets the model to use
51
- #[arg(long, short, default_value = "claude-3-7-sonnet-latest")]
+ #[arg(long, short, default_value = "claude-sonnet-4-0")]
52
model: String,
53
54
/// Sets the prompt to use
0 commit comments