mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:34:13 -05:00
[GH-ISSUE #12861] issue: chat interface filters out angle brackets #16735
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?
Originally created by @jayavanth on GitHub (Apr 14, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12861
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.6.5
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
whatever is written in <> should be shown in chat bubbles
Actual Behavior
Some words that are written in <> disappear in the chat bubble
Steps to Reproduce
to reproduce,
just use this prompt
only
appears in the chat bubble but seems like the model receives because it mentions it in the answer
Logs & Screenshots
Step 1:

Step 2:
Additional Information
No response
@silentoplayz commented on GitHub (Apr 14, 2025):
I can reproduce this as well.
@gaby commented on GitHub (Apr 17, 2025):
Probably related to rich input on the chat settings.
@silentoplayz commented on GitHub (Apr 17, 2025):
I have
Rich Text Input for Chattoggled off within Open WebUI's user settings though.@tjbck commented on GitHub (Apr 28, 2025):
Can't seem to reproduce on my end with the latest dev, let me know if the issue persists!
@silentoplayz commented on GitHub (Apr 28, 2025):
Seems solved, but I couldn't tell you what commit fixed it, or if it happened to be bad cache that was cleared.