From b147e0b2a5bbcd8245893e520dbd29c9b7073300 Mon Sep 17 00:00:00 2001 From: DhruvaBansal00 Date: Fri, 27 Sep 2024 14:54:25 -0700 Subject: [PATCH] rm error log --- src/autolabel/models/openai.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/autolabel/models/openai.py b/src/autolabel/models/openai.py index 3766e25e..a4c06e45 100644 --- a/src/autolabel/models/openai.py +++ b/src/autolabel/models/openai.py @@ -181,7 +181,6 @@ def _chat_backward_compatibility( return generations async def _alabel(self, prompts: List[str], output_schema: Dict) -> RefuelLLMResult: - logger.error(f"Passed in output_schema: {output_schema}") try: start_time = time() if self._engine == "chat":