mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #24310] issue: Chat-specific model/system prompt/settings are not persisted after switching chats in v0.9.2 #90996
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 @Bennowan on GitHub (May 2, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24310
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.9.2
Ollama Version (if applicable)
v0.22.1
Operating System
Ubuntu 24.04.4 LTS
Browser (if applicable)
Chrome v147.0.7727.138
Confirmation
README.md.Expected Behavior
Chat-specific settings should persist after being changed, including:
After switching to another chat and returning, the modified settings should remain saved.
Actual Behavior
Changed chat-specific settings are only applied temporarily in the UI.
After switching to another chat and returning:
Backend logs indicate no persistence request is emitted when changing these settings.
Steps to Reproduce
- Selected model
- System prompt
- Other chat-specific settings
Logs & Screenshots
Backend Log Observation
While changing chat settings:
No PATCH / PUT / POST request is emitted for chat persistence/update.
Only standard GET/other unrelated requests appear, such as:
This suggests the frontend is not sending persistence requests at all when chat settings are modified.
Additional Information
Relevant possibly-related existing issues:
However, in this case the issue appears broader than system prompts:
It affects general chat-specific settings persistence, including:
docker-compose.yml
Technical Assessment
Likely frontend regression in v0.9.2.
Evidence suggests:
@Classic298 commented on GitHub (May 4, 2026):
likely fixed by
86df8bf27etesting wanted
@aeliseev-kz commented on GitHub (May 8, 2026):
Thanks, this fix resolved the regression for:
However, we still observe a related persistence issue in v0.9.2 for chat-specific file/knowledge attachments added via the chat input “+” button.
Behavior:
We will open a separate issue with logs and reproduction steps, since this seems related but not fully covered by the original fix.
@silentoplayz commented on GitHub (May 14, 2026):
Today, I've noticed that file attachments persist in the chat input, whereas image attachments (like .jpg, .jpeg, and .dng) attached to the chat from the
Attach Filesinput menu option specifically seem to disappear from the input field whenever I swap away from and then back to the chat where I've attached image attachment(s) or if I reload the page.@aeliseev-kz commented on GitHub (May 14, 2026):
In 0.9.5 problem seems to be solved.