Explorar el Código

refac: filters

星海 hace 1 mes
padre
commit
3ee1ae8c95
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      backend/open_webui/utils/filter.py

+ 1 - 1
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"):