mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[GH-ISSUE #23544] issue: Wrong Model selected! #20010
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 @JLim-IRM on GitHub (Apr 9, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23544
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.8.10
Ollama Version (if applicable)
"org.opencontainers.image.ref.name": "ubuntu", "org.opencontainers.image.version": "24.04"
Operating System
Windows 11 Enterprise
Browser (if applicable)
Edge, Version 146.0.3856.72 (Official build) (64-bit)
Confirmation
README.md.Expected Behavior
Prompt should ask the agent that was selected instead of mismatch due to bug.
Actual Behavior
It was labeled as one agent (for example) Claude, and I've asked who are you to identify it and it prompt it back as Gemini because it was selected in the last model for adding multiple models and adding @ in the chat to ask different agent.
Steps to Reproduce
Add a model and selected GPT.
In chat, add @ and select different agent like Gemini.
Add another model like different version of GPT.
In chat add @ and select another agent like Claude.
Add another model and in chat, @ to select something else.
Ask in prompt who are you and the label shows current or last selected agent, but it calls different agent.
Logs & Screenshots
Additional Information
No response
@Classic298 commented on GitHub (Apr 9, 2026):
I tried to reproduce using the steps to reproduce but i am confused on some of the steps. Could you describe them better? I cannot follow them
@JLim-IRM commented on GitHub (Apr 9, 2026):
@Classic298
step 1
Select a model then type @ in chat to switch to another model inside of the chat.
step 2
Add another model and type @ to switch the agent again.
step 3
Add another model and type @ to select new agent again.
step 4
ask the agent who are you to test and it will point to the one before this one.