chore: upgraded Claude model to Opus 4.6

- Update mcp/claude_client.go default model
- Update api/server.go supported models list
- Update web AITradersPage.tsx default model
This commit is contained in:
tinkle-community
2026-02-08 13:22:58 +08:00
parent ec582a6ec4
commit 24700d3a73
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
const (
ProviderClaude = "claude"
DefaultClaudeBaseURL = "https://api.anthropic.com/v1"
DefaultClaudeModel = "claude-opus-4-5-20251101"
DefaultClaudeModel = "claude-opus-4-6"
)
type ClaudeClient struct {