diff --git a/services/frontend/components/chat/ChatWindow.tsx b/services/frontend/components/chat/ChatWindow.tsx index 7003cf1a..a608e40d 100644 --- a/services/frontend/components/chat/ChatWindow.tsx +++ b/services/frontend/components/chat/ChatWindow.tsx @@ -16,7 +16,6 @@ export default function ChatWindow() { const { conversations, currentConversationId, - model, temperature, topK, sidebarOpen, @@ -216,7 +215,7 @@ export default function ChatWindow() { )} - {model} + samosaChaat
diff --git a/services/frontend/components/chat/Sidebar.tsx b/services/frontend/components/chat/Sidebar.tsx index c7907580..27e66d6e 100644 --- a/services/frontend/components/chat/Sidebar.tsx +++ b/services/frontend/components/chat/Sidebar.tsx @@ -7,13 +7,12 @@ import { PanelLeftClose, PanelLeftOpen, LogOut, - ChevronDown, Trash2, Sun, Moon, } from 'lucide-react'; import SamosaLogo from '@/components/svg/SamosaLogo'; -import { useChatStore, groupConversations, MODEL_OPTIONS } from '@/store/chatStore'; +import { useChatStore, groupConversations } from '@/store/chatStore'; import { useAuth } from '@/hooks/useAuth'; import { useTheme } from '@/hooks/useTheme'; import clsx from 'clsx'; @@ -25,8 +24,6 @@ export default function Sidebar() { conversations, currentConversationId, sidebarOpen, - model, - setModel, toggleSidebar, createConversation, selectConversation, @@ -128,30 +125,6 @@ export default function Sidebar() {
-
- -
- - -
-
-
{(user?.name ?? 'G')[0].toUpperCase()}