mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #16667] feat: Task Model selection should take BYPASS_MODEL_ACCESS_CONTROL into account #18004
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 @erazortt on GitHub (Aug 16, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16667
Check Existing Issues
Problem Description
Even when BYPASS_MODEL_ACCESS_CONTROL=true the Task Model selection (both Local and External) expects explicitly setting the models Visibility to Public.
Desired Solution you'd like
The Task Model selection should allow any model without explicit setting when BYPASS_MODEL_ACCESS_CONTROL=true.
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (Aug 16, 2025):
This is purely UI/UX, and it should work as intended.