mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #22957] issue: "New Chat" inherits the current model instead of the configured default model on the first click #58517
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 @hxs-sma on GitHub (Mar 23, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22957
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.8.10
Ollama Version (if applicable)
No response
Operating System
Amazon Linux 2023
Browser (if applicable)
Microsoft Edge Version 146.0.3856.62 (Official build) (64-bit)
Confirmation
README.md.Expected Behavior
When clicking "New Chat", the system should always immediately select the configured default model (Admin/User preference), regardless of which model is currently being used in the active chat view.
Actual Behavior
Currently, Open WebUI allows configuring default models for new chats at both the Admin and User levels. However, there is a bug regarding how the model is selected when creating a new chat while currently viewing an active chat that uses a non-default model.
Instead of prioritizing the configured default model, the first click on "New Chat" inherits the model of the currently active chat.
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@Classic298 commented on GitHub (Mar 23, 2026):
I think this is intended but not sure
@tjbck commented on GitHub (Mar 24, 2026):
Intended.