fix regenerate

This commit is contained in:
Mckay Wrigley
2023-03-27 07:48:51 -06:00
parent 3ca503a3f2
commit a1743c82cc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ export const Chat: FC<Props> = memo(
stopConversationRef={stopConversationRef}
textareaRef={textareaRef}
messageIsStreaming={messageIsStreaming}
conversationIsEmpty={conversation.messages.length > 0}
conversationIsEmpty={conversation.messages.length === 0}
model={conversation.model}
onSend={(message) => {
setCurrentMessage(message);