Explorar o código

refac: rm print

Timothy Jaeryang Baek hai 5 meses
pai
achega
43b791927e
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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)