fix: remove thinking suffix from Claude Sonnet 4.6 model entvv

This commit is contained in:
nyatoru
2026-02-25 14:30:17 +07:00
parent 981d163278
commit f2ace011ff

View File

@@ -265,7 +265,7 @@ export const REGISTRY: Record<string, RegistryEntry> = {
},
models: [
{ id: "claude-opus-4-6-thinking", name: "Claude Opus 4.6 Thinking" },
{ id: "claude-sonnet-4-6-thinking", name: "Claude Sonnet 4.6 Thinking" },
{ id: "claude-sonnet-4-6", name: "Claude Sonnet 4.6" },
{ id: "gemini-3.1-pro-high", name: "Gemini 3.1 Pro High" },
{ id: "gemini-3.1-pro-low", name: "Gemini 3.1 Pro Low" },
{ id: "gemini-3-flash", name: "Gemini 3 Flash" },