Reorder sonnet model in CLAUDE_MODELS

This commit is contained in:
Simos Mikelatos
2026-04-30 08:23:21 +02:00
committed by GitHub
parent ce724e6e3f
commit d4bdc667cc

View File

@@ -13,8 +13,8 @@
export const CLAUDE_MODELS = {
// Models in SDK format (what the actual SDK accepts)
OPTIONS: [
{ value: "sonnet", label: "Sonnet" },
{ value: "opus", label: "Opus" },
{ value: "sonnet", label: "Sonnet" },
{ value: "haiku", label: "Haiku" },
{ value: "claude-opus-4-6", label: "Opus 4.6" },
{ value: "opusplan", label: "Opus Plan" },