We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2194209 commit 2793646Copy full SHA for 2793646
src/config.rs
@@ -74,7 +74,7 @@ impl Config {
74
provider: AIProvider::Anthropic,
75
anthropic_api_key: Some("your-anthropic-api-key-here".to_string()),
76
openai_api_key: Some("your-openai-api-key-here".to_string()),
77
- model: "claude-3-haiku-20240307".to_string(),
+ model: "".to_string(),
78
max_tokens: 150,
79
temperature: 0.7,
80
},
0 commit comments