mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #21117] feat: The hiding and model switching function of a single AI dialog box #34915
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 @dayhi on GitHub (Feb 3, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21117
Check Existing Issues
Verify Feature Scope
Problem Description
There are no related issues.
Because I had conversations with five models simultaneously to compare their output results. However, I can only see the answer content of one model at a time, so I hope to hide other content by clicking and quickly switch to the next model after reading one model.
Another issue is that if one of the five models has a problem with the channel provider, but the other four models respond normally, I cannot just switch to the problematic model, I can only have all five models regenerate. I need a feature to only switch between problematic models
Desired Solution you'd like
There is a floating button in the upper left corner of each conversation that scrolls along with the screen, allowing you to choose to display only the current reply, switch to the next, or specify an AI answer.
The level of abnormal response can be directly switched between models.
Alternatives Considered
No response
Additional Context
No response
@Classic298 commented on GitHub (Feb 3, 2026):
I dont know what you mean here you will need to better explain it. have you tried using Settings > Interface > "Display Multi-model Responses in Tabs" on and off?
Thats just false. You CAN regenerate single responses without having to regenerate the response of all models. Just tested it - works exactly as described.
@dayhi commented on GitHub (Feb 3, 2026):
Thank you for resolving my issue