mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 07:24:59 -05:00
issue: Title Generation for chat is triggered every time i send a message. #5037
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 @Simi5599 on GitHub (May 5, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.5
Ollama Version (if applicable)
No response
Operating System
Windows 11
Browser (if applicable)
Firefox 138.0.1
Confirmation
README.md.Expected Behavior
The system should call the title generation feature only for the first message.
Actual Behavior
When interacting with a model, title generation is currently triggered for every message sent during the conversation. Specifically:
This approach leads to:
We should restrict title generation to execute only once, specifically during the first message exchange of a conversation. Subsequent messages should bypass this process unless explicitly reinitialized by the user.
Steps to Reproduce
Logs & Screenshots
Sending screenshot now. I am using OpenRouter.
BEFORE THE SWITCH TO A LOCAL MODEL (Title Generation Request Is made for each call):
AFTER THE SWITCH TO A LOCAL MODEL (The request is now made only with the working model):
Additional Information
No response