mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #18877] issue: Chat title remains "New Chat" after regenerating response - no auto-title generation #34230
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 @cjl-dayeonepark on GitHub (Nov 3, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18877
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.32
Operating System
Windows 11
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
When regenerating a response in a new chat, the title should be automatically generated based on the conversation content after the regenerated response is completed.
Specifically:
This should happen automatically since:
Actual Behavior
The chat title remains as "새 채팅" (New Chat) even after regenerating responses.
Specifically:
The response regeneration does not trigger the automatic title generation function, despite:
Steps to Reproduce
Prerequisites:
Reproduction Steps:
Expected: Title should change to something like "Artificial Intelligence Explanation"
Actual: Title remains "New Chat(새 채팅)" despite Title Generation being enabled
Configuration used:
Logs & Screenshots
“새 채팅” = “New Chat”

Additional Information
This issue is particularly concerning because:
Confirmed working scenarios:
Broken scenario:
This issue is similar to #18717, which reports title auto-generation failures, but since the conditions differ, it should be treated as a separate issue.
The problem suggests that:
Workaround: Users can manually edit the title by clicking the pen icon next to "새 채팅" and entering a custom title.
This affects user experience as chat history becomes difficult to manage when all chats are named "새 채팅", especially when the title generation feature is confirmed to be working in other contexts.
@tjbck commented on GitHub (Nov 3, 2025):
Unable to reproduce, @silentoplayz confirmation wanted here.