Skip to content

Commit

Permalink
rm error log
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvaBansal00 committed Sep 27, 2024
1 parent 7c4f478 commit b147e0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/autolabel/models/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit b147e0b

Please sign in to comment.