From 6b46b8bf62dde5b4dcaab33eb4a2e91176462a0f Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 9 Dec 2024 23:30:43 -0800 Subject: [PATCH] refac: rm print --- 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 33c4d44bf..8f16a33c8 100644 --- a/backend/open_webui/main.py +++ b/backend/open_webui/main.py @@ -480,8 +480,6 @@ async def chat_completion_tools_handler( except Exception as e: tool_output = str(e) - print(tools[tool_function_name]["citation"]) - if isinstance(tool_output, str): if tools[tool_function_name]["citation"]: sources.append(