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

View File

@@ -77,7 +77,7 @@ const AI_PROVIDER_CONFIG: Record<string, {
apiName: 'OpenAI',
},
claude: {
defaultModel: 'claude-opus-4-5-20251101',
defaultModel: 'claude-opus-4-6',
apiUrl: 'https://console.anthropic.com/settings/keys',
apiName: 'Anthropic',
},