mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-27 06:46:30 -05:00
[GH-ISSUE #13496] issue: Title Generation for chat is triggered every time i send a message. #120238
Reference in New Issue
Block a user
Originally created by @Simi5599 on GitHub (May 5, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13496
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