diff --git a/app/components/chat/BaseChat.tsx b/app/components/chat/BaseChat.tsx index 6d61df17..da4d0c9d 100644 --- a/app/components/chat/BaseChat.tsx +++ b/app/components/chat/BaseChat.tsx @@ -525,6 +525,7 @@ export const BaseChat = React.forwardRef( onStop={stopListening} disabled={isStreaming} /> + {chatStarted && {() => }} (
{isModelSettingsCollapsed ? {model} : } - {chatStarted && {() => }}
{input.length > 3 ? (