فهرست منبع

refac: formatting

Gabriel Ecegi 4 ماه پیش
والد
کامیت
46e57706c1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      backend/open_webui/routers/knowledge.py

+ 1 - 1
backend/open_webui/routers/knowledge.py

@@ -558,7 +558,7 @@ def add_files_to_knowledge_batch(
         result = process_files_batch(
             request=request,
             form_data=BatchProcessFilesForm(files=files, collection_name=id),
-            user=user
+            user=user,
         )
     except Exception as e:
         log.error(