diff --git a/backend/open_webui/main.py b/backend/open_webui/main.py index 40281a175..9230469d3 100644 --- a/backend/open_webui/main.py +++ b/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}],