Browse Source

fix: remove tags gen print

Timothy J. Baek 6 months ago
parent
commit
230e2f8f82
1 changed files with 0 additions and 1 deletions
  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}
     )
 
-    print("content", content)
     payload = {
         "model": task_model_id,
         "messages": [{"role": "user", "content": content}],