mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
refac
This commit is contained in:
parent
c91b0cd8c4
commit
dd1e4ee983
1 changed files with 0 additions and 5 deletions
|
|
@ -126,11 +126,6 @@
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{(selectedModels ?? []).includes(model?.id)
|
|
||||||
? model?.id
|
|
||||||
: (selectedModels ?? []).length > 0
|
|
||||||
? selectedModels.at(0)
|
|
||||||
: model?.id}
|
|
||||||
<div bind:this={contentContainerElement}>
|
<div bind:this={contentContainerElement}>
|
||||||
<Markdown
|
<Markdown
|
||||||
{id}
|
{id}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue