This commit is contained in:
Timothy J. Baek 2024-06-10 21:06:46 -07:00
parent 2bbaf1234c
commit 626643104e

View File

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