Przeglądaj źródła

fix: remove tags gen print

Timothy J. Baek 6 miesięcy temu
rodzic
commit
230e2f8f82
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      backend/open_webui/main.py

+ 0 - 1
backend/open_webui/main.py

@@ -1639,7 +1639,6 @@ JSON format: { "tags": ["tag1", "tag2", "tag3"] }
         template, form_data["messages"], {"name": user.name}
         template, form_data["messages"], {"name": user.name}
     )
     )
 
 
-    print("content", content)
     payload = {
     payload = {
         "model": task_model_id,
         "model": task_model_id,
         "messages": [{"role": "user", "content": content}],
         "messages": [{"role": "user", "content": content}],