mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
issue: Bad rendering of chat input #4938
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 @sebbarg on GitHub (Apr 23, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.5
Ollama Version (if applicable)
No response
Operating System
Kubuntu 24.04
Browser (if applicable)
Chrome135.0.7049.95
Confirmation
README.md.Expected Behavior
When I type and send the below text, it should be rendered exactly as entered:
Actual Behavior
The text is somehow translated into... something else (see screenshot)
Steps to Reproduce
Type and send the text above. Notice how it is rendered (i.e. what you typed, NOT what comes back from the model)
Logs & Screenshots
Additional Information
No response
@sebbarg commented on GitHub (Apr 23, 2025):
@rgaricano Works on your computer? Do you want me to turn mine off and on again? ;P
@rgaricano commented on GitHub (Apr 23, 2025):
no, same,
just < > have to be escaped:
@rgaricano commented on GitHub (Apr 23, 2025):
probably it need a PR to fixed ;)
@sebbarg commented on GitHub (Apr 23, 2025):
Right. Good luck with that when pasting code into the damn thing ;D
@rgaricano commented on GitHub (Apr 23, 2025):
& if I paste (without slashs):
I see in my chat:
&
I recive from model:
... another lost in the way!
@sebbarg commented on GitHub (Apr 23, 2025):
I guess there are different problems here:
Number 1 can be fixed/improved by disabling "Rich Text Input for Chat"
Number 2 is this issue
Number 3 is perhaps @rgaricano 's comment..?
@rgaricano commented on GitHub (Apr 23, 2025):
@Blue-Cardigan commented on GitHub (Apr 28, 2025):
Thanks for signposting the setting. Rich text formatting should be off by default until it works more consistently imo.
Something else to add here (let me know if this belongs in a different issue):
codeis formatted.Another issue I'm now finding hard to replicate:
@tjbck commented on GitHub (Apr 28, 2025):
Can't seem to produce on our end.