mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
fix(config): use canonical Anthropic default model ID
This commit is contained in:
@@ -88,7 +88,7 @@ func DefaultConfig() *Config {
|
||||
{
|
||||
ModelName: "claude-sonnet-4.6",
|
||||
Provider: "anthropic",
|
||||
Model: "claude-sonnet-4.6",
|
||||
Model: "claude-sonnet-4-6",
|
||||
APIBase: "https://api.anthropic.com/v1",
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user