Original PR: https://github.com/open-webui/open-webui/pull/268 Author: @anuraagdjain Created: 12/23/2023 Status: ❌ Closed
Base: main ← Head: fix/267
main
fix/267
3601e58
6bbc541
1 file changed (+1 additions, -1 deletions)
📝 src/routes/(app)/+page.svelte (+1 -1)
src/routes/(app)/+page.svelte
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 "<".
{ "model": "deepseek-coder:6.7b", "created_at": "2023-12-23T14:16:01.764806Z", "message": { "role": "assistant", "content": "\u003c" }, "done": false }
Before
After
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.