mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
Bug: Text-to-Speech Feature Reads Text in Markdown Format #2724
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 @flefevre on GitHub (Nov 20, 2024).
Bug Report
Installation Method
docker 0.4.1
Environment
Confirmation:
Description:
The Text-to-Speech (TTS) feature has an issue when converting Markdown text to audio. It reads specific Markdown syntax, such as ### for headings, instead of ignoring these markers and focusing only on the textual content. This results in an unnatural and inconsistent user experience.
Steps to Reproduce:
Current Result:
The TTS reads:
Expected Result:
The TTS should ignore Markdown syntax and read only the textual content:
Impact:
This bug affects the clarity of audio conversion, making it less practical for professional or educational use.
Proposed Fix:
Implement a pre-processing step that:
Labels:
bug,text-to-speech,markdown@flefevre commented on GitHub (Nov 20, 2024):
error