Merge pull request #3008 from open-webui/main

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

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 () => {