Browse Source

fix: rm print statement

Co-Authored-By: Krishan Bhasin <164889026+krishanbhasin-px@users.noreply.github.com>
Timothy Jaeryang Baek 5 months ago
parent
commit
7da29b6798
1 changed files with 0 additions and 2 deletions
  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}],