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

View File

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