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

View File

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