mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
fix
This commit is contained in:
parent
2bbaf1234c
commit
626643104e
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