Timothy Jaeryang Baek 2 달 전
부모
커밋
9adc1ebcc8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      backend/open_webui/utils/filter.py

+ 1 - 0
backend/open_webui/utils/filter.py

@@ -106,6 +106,7 @@ async def process_filter_functions(
 
     # Handle file cleanup for inlet
     if skip_files and "files" in form_data.get("metadata", {}):
+        del form_data["files"]
         del form_data["metadata"]["files"]
 
     return form_data, {}