浏览代码

refac: rm print

Timothy Jaeryang Baek 5 月之前
父节点
当前提交
43b791927e
共有 1 个文件被更改,包括 0 次插入2 次删除
  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)