mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
fix
This commit is contained in:
parent
ce3d582e61
commit
c8393db97c
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@
|
|||
|
||||
<div class="w-full overflow-hidden pl-1">
|
||||
<Name>
|
||||
{model.name}
|
||||
{model?.name ?? message.model}
|
||||
|
||||
{#if message.timestamp}
|
||||
<span
|
||||
|
|
|
|||
Loading…
Reference in a new issue