diff --git a/components/Chat/Chat.tsx b/components/Chat/Chat.tsx index bd854cf..de4d46c 100644 --- a/components/Chat/Chat.tsx +++ b/components/Chat/Chat.tsx @@ -217,16 +217,17 @@ export const Chat: FC = memo( <>
{t('Model')}: {conversation.model.name} - - + + +
{showSettings && (
diff --git a/components/Chat/ChatInput.tsx b/components/Chat/ChatInput.tsx index 618db80..8f748f5 100644 --- a/components/Chat/ChatInput.tsx +++ b/components/Chat/ChatInput.tsx @@ -237,28 +237,26 @@ export const ChatInput: FC = ({
{messageIsStreaming && ( )} {!messageIsStreaming && !conversationIsEmpty && ( )} -
+