mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[GH-ISSUE #24647] feat: allow the bypassing of the chained base model check #107365
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 @JIW-roosi on GitHub (May 13, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24647
Check Existing Issues
Verify Feature Scope
Problem Description
Version 0.9 introduced a chained base model check, meaning that users can no longer use assistants if they don't have read access to the base model used.
Previous behaviour is still desirable, as it facilitates sharing of assistants for others to use and more granular access control when it comes to the model list.
Desired Solution you'd like
env variable or config setting to allow for the bypass of
has_base_model_access.Alternatives Considered
Workarounds have undesirable consequences:
Additional Context
No response
@owui-terminator[bot] commented on GitHub (May 13, 2026):
🔍 Related Issues Found
I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions:
🟣 #23948 feat: Workspace model access without base model access
Directly requests an env/config option to allow workspace models to be used without base model access, which is essentially the same bypass requested here for assistants.
by itsHenry35
🟣 #24043 issue: Public custom models fail if base model connection is restricted
Describes public custom models failing when the base model connection is restricted, matching the regression introduced by the chained base model access check.
by jotaperez3 ·
bug🟣 #24175 issue: Model access issue with private base models (works with older models, fails with newer ones)
Reports that newer models require base model visibility/access for assistants to work, which is the same underlying permission-check behavior this feature request wants to bypass.
by Teimetues ·
bug💡 If your issue is a duplicate, please close it and add any additional details to the existing issue instead.
This comment was generated automatically. React with 👍 if helpful, 👎 if not.