Browse Source

fix: rm print statement

Co-Authored-By: Krishan Bhasin <164889026+krishanbhasin-px@users.noreply.github.com>
Timothy Jaeryang Baek 6 tháng trước cách đây
mục cha
commit
7da29b6798
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

@@ -1846,8 +1846,6 @@ Search Query:"""
         template, form_data["messages"], {"name": user.name}
     )
 
-    print("content", content)
-
     payload = {
         "model": task_model_id,
         "messages": [{"role": "user", "content": content}],