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
276d629a14
commit
ed75f72358
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
<div class="ml-2">
|
||||
<div class="text-xs text-black dark:text-white font-medium">
|
||||
{data?.model?.name ?? 'Assistant'}
|
||||
{data?.model?.name ?? data?.message?.model ?? 'Assistant'}
|
||||
</div>
|
||||
|
||||
{#if data?.message?.error}
|
||||
|
|
|
|||
Loading…
Reference in a new issue