From 7d0a2107de118764ed8d0be5535c57f8ce6cecc6 Mon Sep 17 00:00:00 2001 From: James Wong <2421248+jameswnl@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:23:20 -0400 Subject: [PATCH] rm print --- ols/src/prompts/prompt_generator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ols/src/prompts/prompt_generator.py b/ols/src/prompts/prompt_generator.py index c2de6fc4..0331da9a 100644 --- a/ols/src/prompts/prompt_generator.py +++ b/ols/src/prompts/prompt_generator.py @@ -53,7 +53,6 @@ def __init__( self._rag_context = rag_context self._history = history self._sys_instruction = system_instruction - print("system_instruction: {system_instruction}") def _generate_prompt_gpt(self) -> tuple[ChatPromptTemplate, dict]: """Generate prompt for GPT."""