mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-08-31 01:35:16 +08:00
Merge pull request #1499 from emthy0/fix/claude-defautl-model-legacty
fix: Update default sonnet model as old one is no longer existed (404)
This commit is contained in:
@@ -20,10 +20,9 @@ import {
|
||||
type OAuthTokenSet
|
||||
} from "@ccr/core/agents/local-providers/shared";
|
||||
|
||||
const claudeDefaultModels = ["claude-sonnet-5"];
|
||||
const claudeCodeKeychainService = "Claude Code-credentials";
|
||||
|
||||
const claudeDefaultModels = ["claude-sonnet-4-20250514"];
|
||||
|
||||
const percentLimitMapping = (id: string, label: string, path: string, window: string) => ({
|
||||
id,
|
||||
kind: "quota" as const,
|
||||
|
||||
Reference in New Issue
Block a user