I have read and followed all the instructions provided in the README.md.
I am on 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 provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
Expected Behavior:
I expect the title and the tags of a new chat to be automatically generated after the first answer from the AI is available.
Actual Behavior:
The title of the new chat remains "New Chat" and the tags are empty.
Description
Bug Summary:
I believe the auto-generation for title and tags of a chat is working before updating from v0.4.8 to v0.5.1
Reproduction Details
Install the v0.5.1
Ensure the model tasks are the Current Model, in my case it's qwen2.5-coder:32b
Create a new chat and ask the AI anything
Logs and Screenshots
Originally created by @alwint3r on GitHub (Dec 26, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8106
# Bug Report
## Installation Method
I installed it using `pip`
## Environment
- **Open WebUI Version:** v0.5.1
- **Ollama (if applicable):** v0.5.4
- **Operating System:** macOS Sequoia 15.2
- **Browser (if applicable):** Chrome 131.0.6778.109
**Confirmation:**
- [x] I have read and followed all the instructions provided in the README.md.
- [x] I am on the latest version of both Open WebUI and Ollama.
- [ ] I have included the browser console logs.
- [ ] I have included the Docker container logs.
- [x] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
## Expected Behavior:
I expect the title and the tags of a new chat to be automatically generated after the first answer from the AI is available.
## Actual Behavior:
The title of the new chat remains "New Chat" and the tags are empty.
## Description
**Bug Summary:**
I believe the auto-generation for title and tags of a chat is working before updating from v0.4.8 to v0.5.1
## Reproduction Details
1. Install the v0.5.1
2. Ensure the model tasks are the Current Model, in my case it's qwen2.5-coder:32b
3. Create a new chat and ask the AI anything
## Logs and Screenshots
<img width="1728" alt="Screenshot 2024-12-26 at 19 50 27" src="https://github.com/user-attachments/assets/e3290220-b79f-4024-b17b-0fadff2ddaa5" />
<!-- gh-comment-id:2562705320 -->
@alwint3r commented on GitHub (Dec 26, 2024):
One more thing, I don't see any code calling this function for some reason, whereas the "Chat.svelte" file in version v0.4.8 calls this function.
https://github.com/open-webui/open-webui/blob/v0.5.1/src/lib/apis/index.ts#L203
<!-- gh-comment-id:2562893258 -->
@Simi5599 commented on GitHub (Dec 26, 2024):
Can you provide Docker logs (if applicable)?
Maybe this is a regression introduced with #8075
@alwint3r Try pulling the latest main instead of 0.5.1, and let us know if that fixed the issue on your end!
<!-- gh-comment-id:2563093740 -->
@tjbck commented on GitHub (Dec 26, 2024):
@alwint3r Try pulling the latest main instead of 0.5.1, and let us know if that fixed the issue on your end!
@MigiSenpai416 commented on GitHub (Dec 27, 2024):
Same problem I am experiencing even after upgrading to latest main(v0.5.1)
Title generation works for OpenAI Models like 4o, 4o-mini. But leaves a blank title when using reasoning models(o1, o1-mini, o1-preview)
<!-- gh-comment-id:2563258103 -->
@MigiSenpai416 commented on GitHub (Dec 27, 2024):
Same problem I am experiencing even after upgrading to latest main(v0.5.1)
Title generation works for OpenAI Models like 4o, 4o-mini. But leaves a blank title when using reasoning models(o1, o1-mini, o1-preview)


@MigiSenpai416 expected behaviour from o1 models, however I just added a title generation fallback logic to set the user message as the title.
<!-- gh-comment-id:2563427428 -->
@tjbck commented on GitHub (Dec 27, 2024):
@MigiSenpai416 expected behaviour from o1 models, however I just added a title generation fallback logic to set the user message as the title.
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 @alwint3r on GitHub (Dec 26, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8106
Bug Report
Installation Method
I installed it using
pipEnvironment
Open WebUI Version: v0.5.1
Ollama (if applicable): v0.5.4
Operating System: macOS Sequoia 15.2
Browser (if applicable): Chrome 131.0.6778.109
Confirmation:
Expected Behavior:
I expect the title and the tags of a new chat to be automatically generated after the first answer from the AI is available.
Actual Behavior:
The title of the new chat remains "New Chat" and the tags are empty.
Description
Bug Summary:
I believe the auto-generation for title and tags of a chat is working before updating from v0.4.8 to v0.5.1
Reproduction Details
Logs and Screenshots
@alwint3r commented on GitHub (Dec 26, 2024):
One more thing, I don't see any code calling this function for some reason, whereas the "Chat.svelte" file in version v0.4.8 calls this function.
https://github.com/open-webui/open-webui/blob/v0.5.1/src/lib/apis/index.ts#L203
@Simi5599 commented on GitHub (Dec 26, 2024):
Can you provide Docker logs (if applicable)?
Maybe this is a regression introduced with #8075
@tjbck commented on GitHub (Dec 26, 2024):
@alwint3r Try pulling the latest main instead of 0.5.1, and let us know if that fixed the issue on your end!
@MigiSenpai416 commented on GitHub (Dec 27, 2024):
Same problem I am experiencing even after upgrading to latest main(v0.5.1)
Title generation works for OpenAI Models like 4o, 4o-mini. But leaves a blank title when using reasoning models(o1, o1-mini, o1-preview)


@tjbck commented on GitHub (Dec 27, 2024):
@MigiSenpai416 expected behaviour from o1 models, however I just added a title generation fallback logic to set the user message as the title.