From 230e2f8f82b2901a7a46acc6b3e8818c74122cb0 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 3 Nov 2024 01:54:23 -0700 Subject: [PATCH] fix: remove tags gen print --- backend/open_webui/main.py | 1 - 1 file changed, 1 deletion(-) 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}],