diff --git a/backend/open_webui/main.py b/backend/open_webui/main.py index 35f707328..15461b7ec 100644 --- a/backend/open_webui/main.py +++ b/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}],