Originally created by @Simi5599 on GitHub (May 5, 2025).
Check Existing Issues
I have searched the existing issues and discussions.
I am using the latest version of Open WebUI.
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
I have read and followed all instructions in README.md.
I am using the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have listed steps to reproduce the bug in detail.
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:
The system invokes the title generation process each time a new message is sent.
The model used for this task is the one configured in ADMIN SETTINGS → INTERFACE.
This approach leads to:
Excessive token usage, as the title generation model is called redundantly.
Resource waste, particularly when long conversations involve frequent back-and-forth messages.
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
Set a custom model for title generation via ADMIN SETTINGS -> INTERFACE
Use a model
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
Originally created by @Simi5599 on GitHub (May 5, 2025).
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
- [x] I am using the latest version of Open WebUI.
### 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
- [x] I have read and followed all instructions in `README.md`.
- [x] I am using the latest version of **both** Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
- [x] I have listed steps to reproduce the bug in detail.
### 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:
- The system invokes the title generation process each time a new message is sent.
- The model used for this task is the one configured in ADMIN SETTINGS → INTERFACE.
This approach leads to:
- Excessive token usage, as the title generation model is called redundantly.
- Resource waste, particularly when long conversations involve frequent back-and-forth messages.
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
1. Set a custom model for title generation via ADMIN SETTINGS -> INTERFACE
2. Use a model
### 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_
GiteaMirror
added the bug label 2025-11-11 16:10:24 -06:00
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 @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