mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 00:30:51 +00:00
fix
This commit is contained in:
parent
dc262a5f79
commit
76dcabdce6
@ -499,7 +499,10 @@
|
||||
{:else if message.content && message.error !== true}
|
||||
<!-- always show message contents even if there's an error -->
|
||||
<!-- unless message.error === true which is legacy error handling, where the error message is stored in message.content -->
|
||||
<MarkdownTokens id={message.id} {tokens} />
|
||||
|
||||
{#key tokens}
|
||||
<MarkdownTokens id={message.id} {tokens} />
|
||||
{/key}
|
||||
{/if}
|
||||
|
||||
{#if message.error}
|
||||
|
Loading…
Reference in New Issue
Block a user