mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #14973] issue: Chat context is lost when multiple models are used simultaneously #56093
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 @reduardo7 on GitHub (Jun 13, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14973
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.14
Ollama Version (if applicable)
No response
Operating System
Kubernetes
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Each model should retain and continue its own conversation context within the same chat thread.
Actual Behavior
When continuing a conversation with multiple models selected in the same chat, the context is not retained properly. Replies don’t seem to consider the original prompt and previous interactions.
Steps to Reproduce
⟶ Each model responds with a different name.
⟶ Expected: Each model replies with the name it originally provided.
⟶ Actual: All models responded with exactly the same name: “Laura”.
Obtained responses:
Logs & Screenshots
Additional Information
No response
@Classic298 commented on GitHub (Jun 13, 2025):
Not a bug but maybe a display bug
You select one of the three responses actually. See that the middle response wifh "laura" has an ever so slightly brighter box. You selected this Response
And this is the response that will be in the context
@tjbck commented on GitHub (Jun 14, 2025):
Intended behaviour.
@reduardo7 commented on GitHub (Jun 14, 2025):
Thanks for the quick reply! Honestly, it's imperceptible that one of the responses is selected. I understand this is more of a UI/UX issue. It's true that the UI probably needs a bit of improvement for this...
@Classic298 commented on GitHub (Jun 14, 2025):
working on a PR to address this....
@reduardo7 commented on GitHub (Jun 14, 2025):
Hi @Classic298 ! Probably fixed at https://github.com/open-webui/open-webui/pull/14984
@Classic298 commented on GitHub (Jun 14, 2025):
haha you're very quick. I'll submit my PR anyways. Let @tjbck decide which or how to implement it. I think tim will agree that SOME change will be necessary because its basically impossible at the moment to see it.
My implementation is ready in a minute, it will be very clear with my implementation which message is selected.