mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-11 16:35:32 -05:00
[GH-ISSUE #9037] Wrong title generation #15366
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 @sanjeet-kumar-kolkata on GitHub (Jan 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9037
Bug Report
Installation Method
pip install
Environment
Expected Behavior:
Generates a correct chat title.
Actual Behavior:
Generates a chat title like:
Okay, I need to come up with a concise title for the chat history...
Description
Bug Summary:
Using DeepSeek-R1 models (and, probably, other reasoning models), the title of the chat generates incorrectly: instead of getting title, there is a reasoning that is not truncated.
Reproduction Details
Create a new chat with DeepSeek-R1-Distill-Llama-70B-abliterated model.
Logs and Screenshots
@sergi0g commented on GitHub (Jan 28, 2025):
Duplicate of #9030