We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce6c8c commit 3ee1ae8Copy full SHA for 3ee1ae8
backend/open_webui/utils/filter.py
@@ -52,7 +52,7 @@ async def process_filter_functions(
52
# Prepare handler function
53
handler = getattr(function_module, filter_type, None)
54
if not handler:
55
- continue
+ continue
56
57
# Check if the function has a file_handler variable
58
if filter_type == "inlet" and hasattr(function_module, "file_handler"):
0 commit comments