mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 06:15:23 +00:00
fix: ff
This commit is contained in:
parent
e5bb0f014a
commit
51de2ffcc0
1 changed files with 1 additions and 1 deletions
|
|
@ -1397,7 +1397,7 @@
|
||||||
await tick();
|
await tick();
|
||||||
|
|
||||||
// Save chat after all messages have been created
|
// Save chat after all messages have been created
|
||||||
saveChatHandler(_chatId);
|
await saveChatHandler(_chatId);
|
||||||
|
|
||||||
await Promise.all(
|
await Promise.all(
|
||||||
selectedModelIds.map(async (modelId, _modelIdx) => {
|
selectedModelIds.map(async (modelId, _modelIdx) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue