mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
commit
06976c4551
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@
|
|||
history.currentId = userMessageId;
|
||||
|
||||
await tick();
|
||||
await sendPrompt(userPrompt, userMessageId);
|
||||
await sendPrompt(userPrompt, userMessageId, undefined, false);
|
||||
};
|
||||
|
||||
const updateChatMessages = async () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue