mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #10720] auto chat rename and tagging recently broke #31533
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 @sprior on GitHub (Feb 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10720
Bug Report
Installation Method
Docker image deployed to kubernetes statefulset.
Environment
Open WebUI Version: v0.5.16
Ollama (if applicable): [e.g., v0.2.0, v0.1.32-rc1]
Browser (if applicable): Firefox 135.0.1
Confirmation:
Expected Behavior:
I expected chat title renaming and tagging to work as it has in the past.
Actual Behavior:
It appears that with one of the recent upgrades it stopped working, no tags are added automatically and the chat title stays "New Chat"
Description
Bug Summary:
It appears the storage of the settings related to auto renaming of chats and auto tagging may have recently changed.
I confirmed that in the Settings -> Interface menu that both "Title Auto-Generation" and "Chat Tags Auto-Generation" were set to on yet neither was happening. But then I changed both of those options to Off, pressed Save, then turned them on again and pressed Save, and now both features are working again. So my best guess is that the format of the config settings might have changed recently.
Reproduction Details
Steps to Reproduce:
Start with a working installed version where both chat titles and tags are being generated.
Perform version upgrades to both Ollama and Open-WebUI
Notice that automatic chat titles and tags stopped working for new chats.
Confirm in the settings that both of those features appear to be on, turn them off, save, turn them on again, save.
Notice that they appear to be working again.
Additional Information
It would be awesome if for existing chats to have a button to automatically rename the chat and/or generate tags for and existing chat that didn't get them.
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!