mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
fix
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user