From 045bc9833349d748898efc3bd982f1ad7786193e Mon Sep 17 00:00:00 2001 From: Ben Gitter Date: Fri, 23 Aug 2024 21:28:37 -0400 Subject: [PATCH] Remove rouge print statements within chat_completion.py (#174) * rouge prompt print * remove print pt2 * Print Removal Final --- endpoints/OAI/utils/chat_completion.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/endpoints/OAI/utils/chat_completion.py b/endpoints/OAI/utils/chat_completion.py index cb907f58..34de3e86 100644 --- a/endpoints/OAI/utils/chat_completion.py +++ b/endpoints/OAI/utils/chat_completion.py @@ -262,8 +262,6 @@ async def format_prompt_with_template( # Add template metadata await _append_template_metadata(data) - print(prompt) - print(model.container.prompt_template.metadata.tool_starts) return prompt