From 2c3c891da04d0330caaf1dfd2673caff4a94e144 Mon Sep 17 00:00:00 2001 From: Owen Date: Fri, 3 Nov 2023 22:44:45 -0400 Subject: [PATCH] rm print --- sciphi/interface/llm/sciphi_interface.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sciphi/interface/llm/sciphi_interface.py b/sciphi/interface/llm/sciphi_interface.py index 20786db..6dd97e0 100644 --- a/sciphi/interface/llm/sciphi_interface.py +++ b/sciphi/interface/llm/sciphi_interface.py @@ -122,7 +122,6 @@ def get_chat_completion( ) else: context_query = last_user_message - print("context_query = ", context_query) context = self.rag_interface.get_contexts([context_query])[0] prompt += f"### Response:\n{SciPhiFormatter.RETRIEVAL_TOKEN} {SciPhiFormatter.INIT_PARAGRAPH_TOKEN}{context}{SciPhiFormatter.END_PARAGRAPH_TOKEN}" else: