feat: toggle filter middleware

This commit is contained in:
Timothy Jaeryang Baek
2025-05-16 23:33:02 +04:00
parent e37433f2b1
commit 1f38350128
6 changed files with 38 additions and 17 deletions

View File

@@ -20,10 +20,7 @@ from open_webui.utils.auth import get_admin_user, get_verified_user
from open_webui.constants import TASKS
from open_webui.routers.pipelines import process_pipeline_inlet_filter
from open_webui.utils.filter import (
get_sorted_filter_ids,
process_filter_functions,
)
from open_webui.utils.task import get_task_model_id
from open_webui.config import (