mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-28 15:25:27 +08:00
Reorder sonnet model in CLAUDE_MODELS
This commit is contained in:
@@ -13,8 +13,8 @@
|
|||||||
export const CLAUDE_MODELS = {
|
export const CLAUDE_MODELS = {
|
||||||
// Models in SDK format (what the actual SDK accepts)
|
// Models in SDK format (what the actual SDK accepts)
|
||||||
OPTIONS: [
|
OPTIONS: [
|
||||||
{ value: "sonnet", label: "Sonnet" },
|
|
||||||
{ value: "opus", label: "Opus" },
|
{ value: "opus", label: "Opus" },
|
||||||
|
{ value: "sonnet", label: "Sonnet" },
|
||||||
{ value: "haiku", label: "Haiku" },
|
{ value: "haiku", label: "Haiku" },
|
||||||
{ value: "claude-opus-4-6", label: "Opus 4.6" },
|
{ value: "claude-opus-4-6", label: "Opus 4.6" },
|
||||||
{ value: "opusplan", label: "Opus Plan" },
|
{ value: "opusplan", label: "Opus Plan" },
|
||||||
|
|||||||
Reference in New Issue
Block a user