From 71307d7d8c489a623fb499fca9c0940f79da0692 Mon Sep 17 00:00:00 2001 From: Sharath <29162020+tnfssc@users.noreply.github.com> Date: Thu, 3 Jul 2025 22:45:46 +0530 Subject: [PATCH] Update frontend/src/components/thread/chat-input/_use-model-selection.ts --- .../src/components/thread/chat-input/_use-model-selection.ts | 1 - 1 file changed, 1 deletion(-) 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 a44625f1..7d06cf8e 100644 --- a/frontend/src/components/thread/chat-input/_use-model-selection.ts +++ b/frontend/src/components/thread/chat-input/_use-model-selection.ts @@ -289,7 +289,6 @@ export const useModelSelection = () => { // Get model data from our central MODELS constant const modelData = MODELS[shortName] || {}; - console.log({model, modelData}) const isPremium = model?.requires_subscription || modelData.tier === 'premium' || false; return {