This commit is contained in:
Timothy J. Baek 2024-09-19 03:53:07 +02:00
parent 276d629a14
commit ed75f72358
1 changed files with 1 additions and 1 deletions

View File

@ -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}