mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-30 17:25:30 -05:00
[GH-ISSUE #20668] feat: Sticky random model selection per conversation (pick once, lock for all turns) #138984
Reference in New Issue
Block a user
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