mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-07-09 17:18:24 +00: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:
commit
990bc0d958
1 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue