mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-23 03:23:08 -05:00
[PR #12039] [CLOSED] feat: add BYPASS_TASK_MODEL_ACCESS_CONTROL to disable model access control for task model calls #77711
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/12039
Author: @Ithanil
Created: 3/25/2025
Status: ❌ Closed
Base:
dev← Head:bypass_task_model_filter📝 Commits (1)
eb37baeadd BYPASS_TASK_MODEL_ACCESS_CONTROL to disable model access control for task calls📊 Changes
2 files changed (+12 additions, -8 deletions)
View changed files
📝
backend/open_webui/env.py(+4 -0)📝
backend/open_webui/routers/tasks.py(+8 -8)📄 Description
Pull Request Checklist
Link to discussion: https://github.com/open-webui/open-webui/discussions/11836
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Relevant discussion: https://github.com/open-webui/open-webui/discussions/11836
TLDR: This PR allows to use a task model that is not directly accessible for the user.
Added
Changed
Additional Information
Doc PR https://github.com/open-webui/docs/pull/458
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.