mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 18:14:16 -05:00
Bug: Incorrect Rendering of Dollar Amounts in Output #577
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 @tusing on GitHub (Apr 2, 2024).
Bug Report
Description
Bug Summary:
The AI-generated output contains dollar amounts, but they are being incorrectly rendered with LaTeX-style formatting (e.g.,
$740 for $5 millionis rendered as 740for5 million in LaTeX font). This makes the output difficult to read and understand.Steps to Reproduce:
Expected Behavior:
The dollar amounts in the AI-generated output should be correctly rendered as regular text, without any LaTeX-style formatting. For example, "$740 for $5 million coverage" should appear as is, without any distortion.
Actual Behavior:
The dollar amounts in the AI-generated output are being rendered with LaTeX-style formatting, such as "740for5 million coverage".
Environment
Logs and Screenshots
Screenshots (if applicable):
Additional Information
@tusing commented on GitHub (Apr 2, 2024):
@tjbck it looks like a fix was introduced in #130 (here) but then regressed in #835 (here). How do we feel about re-enabling the hotfix in #130 ?
@justinh-rahb commented on GitHub (Apr 2, 2024):
LaTeX has been a thorn in our side for a bit.. 😔
@tjbck commented on GitHub (Apr 2, 2024):
Should be fixed on our dev branch now, let us know if the issue persists!
@tusing commented on GitHub (Apr 2, 2024):
Thank you. Closing this as fixed due to
2c03021, will re-open if needed!