From c4eacbfc0f456d7a5a54ee35b7b916d4da2a80d8 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Fri, 22 Nov 2024 12:39:08 -0800 Subject: [PATCH] refac: rm print statement --- 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 b11374204..cfa13e0a5 100644 --- a/backend/open_webui/main.py +++ b/backend/open_webui/main.py @@ -691,7 +691,6 @@ class ChatCompletionMiddleware(BaseHTTPMiddleware): # If context is not empty, insert it into the messages if len(sources) > 0: - print("\n\n\n\n\n\n\nHI\n\n\n\n\n\n") context_string = "" for source_idx, source in enumerate(sources): source_id = source.get("source", {}).get("name", "")