mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
enh: call=true url search param
This commit is contained in:
parent
c268a4e217
commit
61503a654c
1 changed files with 4 additions and 0 deletions
|
|
@ -311,6 +311,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
if ($page.url.searchParams.get('call') === 'true') {
|
||||
showCallOverlay.set(true);
|
||||
}
|
||||
|
||||
selectedModels = selectedModels.map((modelId) =>
|
||||
$models.map((m) => m.id).includes(modelId) ? modelId : ''
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue