From c4419632d6c6df1382dfa2eb11f5712a367278bf Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Mon, 19 Aug 2024 22:14:42 +0700 Subject: [PATCH] chore: remove model selection in assistant tab model (#3411) --- web/screens/Thread/ThreadRightPanel/index.tsx | 29 ------------------- 1 file changed, 29 deletions(-) diff --git a/web/screens/Thread/ThreadRightPanel/index.tsx b/web/screens/Thread/ThreadRightPanel/index.tsx index 7a1a08c8a..d07f2fa1c 100644 --- a/web/screens/Thread/ThreadRightPanel/index.tsx +++ b/web/screens/Thread/ThreadRightPanel/index.tsx @@ -7,13 +7,10 @@ import { TextArea, Accordion, AccordionItem, - Button, } from '@janhq/joi' import { useAtom, useAtomValue, useSetAtom } from 'jotai' -import { Settings2Icon } from 'lucide-react' - import CopyOverInstruction from '@/containers/CopyInstruction' import EngineSetting from '@/containers/EngineSetting' import ModelDropdown from '@/containers/ModelDropdown' @@ -214,32 +211,6 @@ const ThreadRightPanel = () => { /> {experimentalFeature && } -
- -
-
- -
- -
-