Timothy J. Baek 10 tháng trước cách đây
mục cha
commit
626643104e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/lib/components/chat/Messages.svelte

+ 1 - 1
src/lib/components/chat/Messages.svelte

@@ -79,7 +79,7 @@
 		history.currentId = userMessageId;
 
 		await tick();
-		await sendPrompt(userPrompt, userMessageId);
+		await sendPrompt(userPrompt, userMessageId, undefined, false);
 	};
 
 	const updateChatMessages = async () => {