mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 00:30:51 +00:00
enh: call=true
url search param
This commit is contained in:
parent
c268a4e217
commit
61503a654c
@ -311,6 +311,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($page.url.searchParams.get('call') === 'true') {
|
||||||
|
showCallOverlay.set(true);
|
||||||
|
}
|
||||||
|
|
||||||
selectedModels = selectedModels.map((modelId) =>
|
selectedModels = selectedModels.map((modelId) =>
|
||||||
$models.map((m) => m.id).includes(modelId) ? modelId : ''
|
$models.map((m) => m.id).includes(modelId) ? modelId : ''
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user