mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #20668] feat: Sticky random model selection per conversation (pick once, lock for all turns) #57923
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 @ankush13r on GitHub (Jan 14, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20668
Check Existing Issues
Verify Feature Scope
Problem Description
Arena/random model wrappers currently select a model per turn (and regenerate can switch again). This makes it hard to do “one-chat blind testing” where a conversation is consistently handled by one randomly-chosen model. I want randomness at the start of the conversation, but stability afterward.
Desired Solution you'd like
Add an option/mode like “Random (sticky per chat)”:
Alternatives Considered
No response
Additional Context
No response
@silentoplayz commented on GitHub (Jan 23, 2026):
Related - https://github.com/open-webui/open-webui/issues/16950