mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[GH-ISSUE #14697] issue: Manually triggered generation of conversation-titles takes the wrong chat-ID for context. #17337
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 @lineg-it on GitHub (Jun 5, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14697
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.13-cuda
Ollama Version (if applicable)
No response
Operating System
Linux Debian 12
Browser (if applicable)
Edge (137.0.3296.52)
Confirmation
README.md.Expected Behavior
By double-clicking a chat within the chat-overview, a button appears on the right of the title, which generates titles using the selected task model.
By clicking, the corresponding task-model should generate a title based on the context of the chat that I clicked the title of.
Actual Behavior
The title is generated as if the context of another chat is taken into account.
Seems to me like an issue while iterating through chat-ids, selecting the right one .. or something similar maybe?
Steps to Reproduce
Logs & Screenshots
N/A
Additional Information
Just a quick draw.. sorry for inconsistent formatting etc.
@tjbck commented on GitHub (Jun 5, 2025):
Might be addressed with
0b84b22b4ein dev, testing wanted here@v1-valux commented on GitHub (Jun 5, 2025):
As of latest (v0.6.13-cuda), it depends on where the chat is located in the list ..
I just took an old chat somewhere in the middle and re-generated the correct topic first try.
After that, the chat got pushed up (to "Today"), and every other title generation (of this chat) went wrong.
(reproducable)
I can't test dev yet
EDIT: Aside the actual problem, is pushing the chat up a known behaviour in llm UIs, if only the title got (accidentally) re-generated? This maybe just seems odd to me
@silentoplayz commented on GitHub (Jun 16, 2025):
Commenting to say that I might've experienced the same (or a very similar) issue last month that OP has described in this issue thread. See the attached Discord messages screenshots for reference.
@tjbck commented on GitHub (Jun 16, 2025):
@v1-valux was this addressed with 0.6.14?
@v1-valux commented on GitHub (Jun 16, 2025):
As of 0.6.14, I have not been able to reproduce the issues observed from above.
Seems to be fixed.
@silentoplayz commented on GitHub (Jun 16, 2025):
I agree. This is likely fixed as of v0.6.14, as I am unable to reproduce the issue any longer.