Skip to content

Commit e9f6c87

Browse files
committed
Use sonnet 4.6 as default in anthropic
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
1 parent 369503f commit e9f6c87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/config/auto.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func (e *AutoModelFallbackError) Error() string {
5454

5555
var DefaultModels = map[string]string{
5656
"openai": "gpt-5-mini",
57-
"anthropic": "claude-sonnet-4-5",
57+
"anthropic": "claude-sonnet-4-6",
5858
"google": "gemini-2.5-flash",
5959
"dmr": "ai/qwen3:latest",
6060
"mistral": "mistral-small-latest",

0 commit comments

Comments
 (0)