Skip to content

Commit 2793646

Browse files
committed
Update default config
1 parent 2194209 commit 2793646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ impl Config {
7474
provider: AIProvider::Anthropic,
7575
anthropic_api_key: Some("your-anthropic-api-key-here".to_string()),
7676
openai_api_key: Some("your-openai-api-key-here".to_string()),
77-
model: "claude-3-haiku-20240307".to_string(),
77+
model: "".to_string(),
7878
max_tokens: 150,
7979
temperature: 0.7,
8080
},

0 commit comments

Comments
 (0)