mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
feat: Menu option to regenerate chat title #4966
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 @DemianWright on GitHub (Apr 26, 2025).
Check Existing Issues
Problem Description
I had accidentally deleted the model I was using to generate chat titles, which lead to several chats having the default title (truncated initial message) instead of a generated one.
Desired Solution you'd like
Add a "Regenerate title" option to the existing "More" menu, which is opened using the three dots over the chat name. This should run the chat title generation task again and replace the current title.
Alternatives Considered
Currently the only alternatives I'm aware of are:
Additional Context
No response
@tjbck commented on GitHub (May 5, 2025):
Added to dev!