mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-23 18:25:10 -05:00
[GH-ISSUE #16950] issue: Arena model does not appear to use sub-model settings #18108
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 @shortydutchie on GitHub (Aug 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16950
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.25(latest)
Ollama Version (if applicable)
0.11.7
Operating System
Ubuntu linux 24.04
Browser (if applicable)
138.0.7204.185 (Official Build) (64-bit) (cohort: Control)
Confirmation
README.md.Expected Behavior
Hi have created 4 models that use same RAG knowledge base and want to compare them.
I have un-ticked web access and code interpretation in the setup.
The models work as expected and search the local RAG db
I expect the Arena model to use the sub-model settings - do not access web, no code interpretation.
Actual Behavior
The Arena model gives different answers than each of the sub-models, and accesses the web for these. It also shows the "code interpreter", despite this being turned off in the separate models.
It looks like the Arena does not honour the specified model settings of no web, no code interpretation, use RAG knowledgebase. The Arena model does not appear to use the specified RAG db at all.
Steps to Reproduce
Set up 2 or more models with RAG (I have 4)
Untick web access, code interpretation for each model. Add the same knowledge base to each.
Create Arena model of these models.
Logs & Screenshots
The behaviour is eg. visible in displaying the code interpreter for the arena model, despite this being turned off in all of the separate sub-models.
Additional Information
Any input appreciated.
I have not used OpenWebUI before - it may well have worked previously but I do not know!
@Th3R3alDuk3 commented on GitHub (Nov 4, 2025):
I’ve noticed the same issue.
Arena Models don’t seem to respect the model settings regarding knowledge bases (RAG) and provide different answers.
@silentoplayz commented on GitHub (Nov 5, 2025):
Related - https://github.com/open-webui/open-webui/issues/14326
@silentoplayz commented on GitHub (Nov 9, 2025):
Semi-related PR that's currently drafted - https://github.com/open-webui/open-webui/pull/19053 (I've not tested this yet)
@kjpoccia commented on GitHub (Nov 11, 2025):
@silentoplayz I got the feedback on #19053 that inheritance from base models happens already on the backend. I'm not seeing any evidence of this (and it's certainly not working in practice) but just FYI, I must be missing something
@tjbck commented on GitHub (Mar 25, 2026):
Addressed in dev.