mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #2406] Title Auto Gen will Sometimes Include Markdown #12868
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 @hchasens on GitHub (May 20, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2406
Bug Report
Description
Bug Summary:
Title generated will sometimes include markdown (e.g. "Malicious Code Detection")
Steps to Reproduce:
This is probably RNG so it'd be difficult to recreate.
Expected Behavior:
Markdown not appearing in the title as it fails to parse.
Actual Behavior:
Markdown will sometimes appear in the title.
Environment
Open WebUI Version: [v0.1.125]
Ollama (if applicable): [0.1.38]
Operating System: [e.g., Arch Linux]
Browser (if applicable): [e.g., Vivaldi]
Reproduction Details
Confirmation:
Logs and Screenshots
Screenshots (if applicable):

Additional Information
Can be fixed by changing the title gen prompt to:
@cheahjs commented on GitHub (May 20, 2024):
see: https://github.com/open-webui/open-webui/discussions/1692