mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #24310] issue: Chat-specific model/system prompt/settings are not persisted after switching chats in v0.9.2 #58925
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