mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix
This commit is contained in:
parent
ab62228877
commit
a60d6c316e
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
>
|
||||
<Tooltip
|
||||
content={marked.parse(
|
||||
sanitizeResponseContent(models[selectedModelIdx]?.info?.meta?.description)
|
||||
sanitizeResponseContent(models[selectedModelIdx]?.info?.meta?.description ?? '')
|
||||
)}
|
||||
placement="right"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue