File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ func (e *AutoModelFallbackError) Error() string {
5454
5555var 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" ,
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ func TestAutoModelConfig(t *testing.T) {
168168 "ANTHROPIC_API_KEY" : "test-key" ,
169169 },
170170 expectedProvider : "anthropic" ,
171- expectedModel : "claude-sonnet-4-5 " ,
171+ expectedModel : "claude-sonnet-4-6 " ,
172172 expectedMaxTokens : 32000 ,
173173 },
174174 {
@@ -210,7 +210,7 @@ func TestAutoModelConfig(t *testing.T) {
210210 envVars : map [string ]string {},
211211 gateway : "gateway:8080" ,
212212 expectedProvider : "anthropic" ,
213- expectedModel : "claude-sonnet-4-5 " ,
213+ expectedModel : "claude-sonnet-4-6 " ,
214214 expectedMaxTokens : 32000 ,
215215 },
216216 }
You can’t perform that action at this time.
0 commit comments