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 ? (