From 6d9d6e25c92af80e12c2b7f0556a5b81fefff3a0 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 16 Jul 2025 12:18:24 +0000 Subject: [PATCH] Update model priority and order in model selection configuration Co-authored-by: markokraemer.mail --- .../thread/chat-input/_use-model-selection.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/thread/chat-input/_use-model-selection.ts b/frontend/src/components/thread/chat-input/_use-model-selection.ts index d1ac4643..2ce164b4 100644 --- a/frontend/src/components/thread/chat-input/_use-model-selection.ts +++ b/frontend/src/components/thread/chat-input/_use-model-selection.ts @@ -52,9 +52,9 @@ export const MODELS = { }, // Premium/Paid tier models (require subscription) - 'sonnet-3.7': { + 'moonshotai/kimi-k2': { tier: 'premium', - priority: 99, + priority: 99, recommended: false, lowQuality: false }, @@ -64,13 +64,13 @@ export const MODELS = { recommended: false, lowQuality: false }, - 'google/gemini-2.5-pro': { + 'sonnet-3.7': { tier: 'premium', - priority: 97, + priority: 97, recommended: false, lowQuality: false }, - 'moonshotai/kimi-k2': { + 'google/gemini-2.5-pro': { tier: 'premium', priority: 96, recommended: false,