mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #6478] If title auto-generation is off, the chat title is always "New chat" #14380
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 @disser on GitHub (Oct 27, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6478
Bug Report
Installation Method
docker
Environment
Open WebUI Version: v0.3.35
Ollama (if applicable): N/A
Operating System: container
Browser (if applicable): Firefox 131
Confirmation:
Expected Behavior:
Chat name with title auto-generation off is the beginning of the first input to the chat.
Actual Behavior:
Chat name with title auto-generation off is "New chat"
Description
Bug Summary:
I recently changed my image in docker-compose.yml from ghcr.io/open-webui/open-webui:main to ghcr.io/open-webui/open-webui:v0.3.35 and now all my chats are "New chat" rather than the first prompt text.
I think the last time I had done
docker pullwas 2024-08-21. I may do some bisecting to see if I can figure out where the change specifically happened.Reproduction Details
Steps to Reproduce:
Go to preferences and turn off title auto-generation, create new chat.
Logs and Screenshots
Browser Console Logs:
N/A
Docker Container Logs:
N/A
Screenshots/Screen Recordings (if applicable):
N/A
Additional Information
N/A
@delfireinoso commented on GitHub (Oct 28, 2024):
I have the same result on a docker installation, on OpenWebUi 0.3.35 but it's from 3.32 or early. It worked before 0.3.30
Marking Autogeneration it's the same result
SO: MacOS
Installation: Docker image 0.3.35
Ollama 0.3.14
Model qwen2.5:7b
@tjbck commented on GitHub (Oct 28, 2024):
Fixed on dev!
@ohgodhowdidthisgethereiamnotgoodwithcom commented on GitHub (Oct 13, 2025):
i think there might be a regression of this in v0.6.33. i see the logic for when/how titles get updated in
backend/open_webui/utils/middleware.pywas changed around a bit... i don't have time to capture debug info right now, but wanted to leave a note here.seeing this behavior with external OpenAI chats as well as local ollama chats, i have title autogeneration disabled completely. before updating to v0.6.33 this worked as expected.
@silentoplayz commented on GitHub (Oct 13, 2025):
Confirmed: I tested the behavior myself.
0.6.32and “Title Auto-Generation” turned off, the chat title is populated with the text of the user’s first message.dev(latest digest pulled just now), and restarting, the identical “Title Auto-Generation” setting now leaves every new conversation titled “New Chat” regardless of the first message sent.This reproduces the regression described by @ohgodhowdidthisgethereiamnotgoodwithcom.
@sweaver19 commented on GitHub (Oct 31, 2025):
I'm having the same issue when running v0.6.34 from a python venv.
@silentoplayz commented on GitHub (Oct 31, 2025):
https://github.com/open-webui/open-webui/pull/18761