Merge pull request #3007 from open-webui/fix

fix
This commit is contained in:
Timothy Jaeryang Baek 2024-06-10 21:07:13 -07:00 committed by GitHub
commit 06976c4551
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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