Explorar el Código

refac: rm print

Timothy Jaeryang Baek hace 5 meses
padre
commit
43b791927e
Se han modificado 1 ficheros con 0 adiciones y 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)