mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[GH-ISSUE #18063] feat: Group Chat #89219
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 @frenzybiscuit on GitHub (Oct 5, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18063
Check Existing Issues
Problem Description
Currently, you can add two models to a chat. However, it's a comparison feature.
I'd love to see this turned into an actual group chat by stacking the two models/prompts on top of one another and/or combining them together. Image below.
Desired Solution you'd like
Instead of a chat comparison, make this a group chat by stacking (combining) the two system prompts / models on top of one another.
Alternatives Considered
No response
Additional Context
No response
@frenzybiscuit commented on GitHub (Oct 5, 2025):
There are actually a ton of use cases for stacking the models outside of a group chat.
For example, I could break down world segments into models (to save on context) and allow the users to only load what segments they want activated.
I have 100+ characters for a single world, which I've been combining into a single card but I've had to make sacrifices as the total context exceeds 100k with the characters and world lore added.
So, if the user only wants a select amount of characters and world lore loaded, they could do that with this feature request.
@Classic298 commented on GitHub (Oct 5, 2025):
Have you looked at the channels feature yet? It's exactly what you are describing.
@frenzybiscuit commented on GitHub (Oct 5, 2025):
I can't see how I can add models to the channels feature, can you tell me how?
@frenzybiscuit commented on GitHub (Oct 5, 2025):
I cant find a spot to add a system prompt, either..
@frenzybiscuit commented on GitHub (Oct 5, 2025):
I've looked through the documentation and still don't see how to combine models in the channels feature.
@frenzybiscuit commented on GitHub (Oct 5, 2025):
Alright, I looked into this. It's -kinda- what I need.
I was hoping more for a model merging method, so the user could just add characters to the story and remove them.
Instead, they have to reply manually, and only one character can reply to them at a time.