mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #22201] issue: Generated chat titles are not applied in the chat list #35186
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 @ddkedr on GitHub (Mar 3, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22201
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.8.8
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Some time ago I've made all my models private, including the one that was used for chat title generation (seems weird to me that user access-control for model impacts that, but okay..)
After I noticed that and made a chosen model public, chat title generation didn't start working.
Tried different models, restarting cache, container, you name it.
Since I've use OpenWebUI with LiteLLM, I can see that title generation request do actually work, and LiteLLM send the responses back to OpenWebUI, but new titles are not applied.
Actual Behavior
Generated titles are not applied while generation requests seem to be working.
Steps to Reproduce
Logs & Screenshots
Console logs:
Object { current: "0.8.8", latest: "0.8.8" }
General.svelte:70:11
false General.svelte:73:11
Invalid URI. Load of media resource failed. 839cc7bc-31fc-4249-8aa5-01c37245be01
[tiptap warn]: Duplicate extension names found: ['codeBlock', 'bulletList', 'listItem', 'listKeymap', 'orderedList']. This can lead to issues. 2 index.js:791:13
Invalid URI. Load of media resource failed. 2 ai.domain.me
[tiptap warn]: Duplicate extension names found: ['codeBlock', 'bulletList', 'listItem', 'listKeymap', 'orderedList']. This can lead to issues. index.js:791:13
Source map error: No sources are declared in this source map.
Resource URL: https://ai.domain.me/_app/immutable/chunks/DmTNmOsd.js
Source Map URL: DmTNmOsd.js.map
Source map error: No sources are declared in this source map.
Resource URL: https://ai.domain.me/_app/immutable/chunks/C1FmrZbK.js
Source Map URL: C1FmrZbK.js.map
Screenshot from LiteLLM:
OpenWebUI chat list:
Additional Information
No response
@ddkedr commented on GitHub (Mar 3, 2026):
Okay. The reasons is actually in response endpoint.
Closing this as duplicate of #21566