mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
refac
This commit is contained in:
parent
495296346e
commit
8a170897ba
1 changed files with 3 additions and 0 deletions
|
|
@ -3227,6 +3227,9 @@
|
|||
: atSelectedModel !== undefined
|
||||
? [atSelectedModel.id]
|
||||
: selectedModels;
|
||||
if (!modelId && history.messages[parentId]) {
|
||||
history.messages[parentId].models = [...selectedModelIds];
|
||||
}
|
||||
|
||||
// Create response messages for each selected model
|
||||
// Build message_ids list: [{model_id, message_id, modelIdx}, ...]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue