Browse Source

refac: rm print

Timothy Jaeryang Baek 5 tháng trước cách đây
mục cha
commit
43b791927e
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      backend/open_webui/main.py

+ 0 - 2
backend/open_webui/main.py

@@ -2073,8 +2073,6 @@ async def generate_autocompletion(form_data: dict, user=Depends(get_verified_use
         },
     }
 
-    print(payload)
-
     # Handle pipeline filters
     try:
         payload = filter_pipeline(payload, user, models)