diff --git a/backend/open_webui/utils/filter.py b/backend/open_webui/utils/filter.py index 5df734364..8a7b26773 100644 --- a/backend/open_webui/utils/filter.py +++ b/backend/open_webui/utils/filter.py @@ -52,7 +52,7 @@ async def process_filter_functions( # Prepare handler function handler = getattr(function_module, filter_type, None) if not handler: - continue + continue # Check if the function has a file_handler variable if filter_type == "inlet" and hasattr(function_module, "file_handler"):