We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834ab85 commit 09e5b79Copy full SHA for 09e5b79
src/client/components/ChatV2/ModelSelector.tsx
@@ -39,8 +39,6 @@ const ModelSelector = ({
39
return models.filter((model) => !isTokenLimitExceeded || model === FREE_MODEL).filter((model) => user?.isAdmin || !inProduction || model !== 'mock')
40
}, [isTokenLimitExceeded, user, activePrompt])
41
42
- console.log(availableModels, activePrompt)
43
-
44
return (
45
<>
46
<OutlineButtonBlack
0 commit comments