mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 22:21:27 -05:00
bug: Title auto-generation sometimes includes quotation marks at start and finish #802
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 @aniqueta on GitHub (May 3, 2024).
Bug Report
Description
Bug Summary:
Very minor issue. I haven't figured out the pattern, but with certain models, the title auto-generation has titles that have quotation marks at start and finish. I think the expected behavior is no quotes.
I tested the following:
Steps to Reproduce:
Expected Behavior:
Title is generated without quotes e.g., Interesting question vs. "Interesting question"
Actual Behavior:
Title is generated without quotes e.g., "Interesting question"
Environment
Open WebUI Version: 0.1.123
Ollama (if applicable): 0.1.32
Operating System: macOS 14.4.1
Browser (if applicable): Safari 17.4.1 (19618.1.15.11.14)
Reproduction Details
Confirmation:
Logs and Screenshots
See above.
Browser Console Logs:
n/a
Docker Container Logs:
n/a
Screenshots (if applicable):
n/a
Installation Method
Docker
Additional Information
@tjbck commented on GitHub (May 3, 2024):
#1692