mirror of
https://github.com/open-webui/open-webui
synced 2024-11-25 05:18:15 +00:00
fix
This commit is contained in:
parent
ab62228877
commit
a60d6c316e
@ -44,7 +44,7 @@
|
|||||||
>
|
>
|
||||||
<Tooltip
|
<Tooltip
|
||||||
content={marked.parse(
|
content={marked.parse(
|
||||||
sanitizeResponseContent(models[selectedModelIdx]?.info?.meta?.description)
|
sanitizeResponseContent(models[selectedModelIdx]?.info?.meta?.description ?? '')
|
||||||
)}
|
)}
|
||||||
placement="right"
|
placement="right"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user