Update frontend/src/components/thread/chat-input/_use-model-selection.ts

This commit is contained in:
Sharath 2025-07-03 22:45:46 +05:30 committed by GitHub
parent 58b118a05d
commit 71307d7d8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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 {