From 773e69ef7ae9766cd694a2a31a575c6e2e8b2be6 Mon Sep 17 00:00:00 2001 From: Dustin Loring Date: Fri, 6 Dec 2024 09:36:42 -0500 Subject: [PATCH] Update BaseChat.tsx moved the model collapse button. --- app/components/chat/BaseChat.tsx | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/app/components/chat/BaseChat.tsx b/app/components/chat/BaseChat.tsx index 8c7589a..f42df90 100644 --- a/app/components/chat/BaseChat.tsx +++ b/app/components/chat/BaseChat.tsx @@ -333,21 +333,6 @@ export const BaseChat = React.forwardRef(
-
- -
-
( onStop={stopListening} disabled={isStreaming} /> + setIsModelSettingsCollapsed(!isModelSettingsCollapsed)} + > +
+ {isModelSettingsCollapsed && {model}} + {chatStarted && {() => }}
{input.length > 3 ? (