Browse Source

refac: rm print

Timothy Jaeryang Baek 4 months ago
parent
commit
43b791927e
1 changed files with 0 additions and 2 deletions
  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)