mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-01 03:17:20 -05:00
fix: ff
This commit is contained in:
@@ -1397,7 +1397,7 @@
|
||||
await tick();
|
||||
|
||||
// Save chat after all messages have been created
|
||||
saveChatHandler(_chatId);
|
||||
await saveChatHandler(_chatId);
|
||||
|
||||
await Promise.all(
|
||||
selectedModelIds.map(async (modelId, _modelIdx) => {
|
||||
|
||||
Reference in New Issue
Block a user