Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
76dcabdc
"docs/en_US/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "9d47087ecd6fbc39d3564bfa1a90adff16989039"
Commit
76dcabdc
authored
Aug 05, 2024
by
Timothy J. Baek
Browse files
fix
parent
dc262a5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/lib/components/chat/Messages/ResponseMessage.svelte
src/lib/components/chat/Messages/ResponseMessage.svelte
+4
-1
No files found.
src/lib/components/chat/Messages/ResponseMessage.svelte
View file @
76dcabdc
...
@@ -499,7 +499,10 @@
...
@@ -499,7 +499,10 @@
{:else if message.content && message.error !== true}
{:else if message.content && message.error !== true}
<!-- always show message contents even if there's an error -->
<!-- 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 -->
<!-- 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}
{#if message.error}
{#if message.error}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment