fix: update claude default model

This commit is contained in:
Haileyesus
2026-05-29 14:06:37 +03:00
parent b80c7105d4
commit 661b8bd137

View File

@@ -36,7 +36,7 @@ export const CLAUDE_FALLBACK_MODELS: ProviderModelsDefinition = {
description: 'Haiku 4.5 · Fastest for quick answers · $1/$5 per Mtok',
},
],
DEFAULT: 'default',
DEFAULT: 'sonnet',
};
type ClaudeInitEvent = {
sessionId?: string;