mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #268] [CLOSED] fix: decode the message to render them onto UI #7029
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/268
Author: @anuraagdjain
Created: 12/23/2023
Status: ❌ Closed
Base:
main← Head:fix/267📝 Commits (2)
3601e58fix: decode the component to render them onto UI6bbc541Merge branch 'main' into fix/267📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/routes/(app)/+page.svelte(+1 -1)📄 Description
Fixes this bug https://github.com/ollama-webui/ollama-webui/issues/267. The received response contains raw characters which we have to decode to convert "\u003c" to "<".
Before

After
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.