mirror of
https://github.com/teamchong/pxpipe.git
synced 2026-07-22 02:02:51 +02:00
dashboard: order Sonnet newest-first (Sonnet 5 before 4.6)
Aligns Sonnet with the newest-first convention the rest of MODEL_CATALOG already uses (Opus 4.8>4.7, GPT 5.6>5.5). Cosmetic chip order only.
This commit is contained in:
@@ -79,8 +79,8 @@ const MODEL_CATALOG: ReadonlyArray<{ id: string; label: string }> = [
|
||||
{ id: 'claude-fable-5', label: 'Fable 5' },
|
||||
{ id: 'claude-opus-4-8', label: 'Opus 4.8' },
|
||||
{ id: 'claude-opus-4-7', label: 'Opus 4.7' },
|
||||
{ id: 'claude-sonnet-4-6', label: 'Sonnet 4.6' },
|
||||
{ id: 'claude-sonnet-5', label: 'Sonnet 5' },
|
||||
{ id: 'claude-sonnet-4-6', label: 'Sonnet 4.6' },
|
||||
];
|
||||
|
||||
const GPT_MODEL_CATALOG: ReadonlyArray<{ id: string; label: string }> = [
|
||||
|
||||
Reference in New Issue
Block a user