mirror of
https://github.com/laoxong/nofx.git
synced 2026-06-04 09:58:22 +08:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user