From 7da29b6798186f9a7aa21d718086aff9772d6229 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 18 Nov 2024 10:06:11 -0800 Subject: [PATCH] fix: rm print statement Co-Authored-By: Krishan Bhasin <164889026+krishanbhasin-px@users.noreply.github.com> --- backend/open_webui/main.py | 2 -- 1 file changed, 2 deletions(-) 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}],