Unverified Commit d2ed99e2 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #3008 from open-webui/main

dev
parents c4629c8c 06976c45
...@@ -79,7 +79,7 @@ ...@@ -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 () => {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment