I have searched the existing issues and discussions.
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:
Manually rename the chat, which feels frustrating since automatic title generation is already possible.
Copy the existing title generation prompt from the documentation, use it as a system prompt for a model, and manually copy-paste the chat history into the prompt. This is cumbersome and likely slower than manually renaming a chat.
Additional Context
No response
Originally created by @DemianWright on GitHub (Apr 26, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13234
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
### 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:
- Manually rename the chat, which feels frustrating since automatic title generation is already possible.
- Copy the existing title generation prompt from the documentation, use it as a system prompt for a model, and manually copy-paste the chat history into the prompt. This is cumbersome and likely slower than manually renaming a chat.
### Additional Context
_No response_
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @DemianWright on GitHub (Apr 26, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13234
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!