mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-03 11:05:35 +08:00
fix: update claude default model
This commit is contained in:
@@ -36,7 +36,7 @@ export const CLAUDE_FALLBACK_MODELS: ProviderModelsDefinition = {
|
|||||||
description: 'Haiku 4.5 · Fastest for quick answers · $1/$5 per Mtok',
|
description: 'Haiku 4.5 · Fastest for quick answers · $1/$5 per Mtok',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
DEFAULT: 'default',
|
DEFAULT: 'sonnet',
|
||||||
};
|
};
|
||||||
type ClaudeInitEvent = {
|
type ClaudeInitEvent = {
|
||||||
sessionId?: string;
|
sessionId?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user