mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45: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>
|
||||
|
||||
{(selectedModels ?? []).includes(model?.id)
|
||||
? model?.id
|
||||
: (selectedModels ?? []).length > 0
|
||||
? selectedModels.at(0)
|
||||
: model?.id}
|
||||
<div bind:this={contentContainerElement}>
|
||||
<Markdown
|
||||
{id}
|
||||
|
|
|
|||
Loading…
Reference in a new issue