We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369503f commit e9f6c87Copy full SHA for e9f6c87
1 file changed
pkg/config/auto.go
@@ -54,7 +54,7 @@ func (e *AutoModelFallbackError) Error() string {
54
55
var DefaultModels = map[string]string{
56
"openai": "gpt-5-mini",
57
- "anthropic": "claude-sonnet-4-5",
+ "anthropic": "claude-sonnet-4-6",
58
"google": "gemini-2.5-flash",
59
"dmr": "ai/qwen3:latest",
60
"mistral": "mistral-small-latest",
0 commit comments