Skip to content

Commit

Permalink
make debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-bernstein committed Nov 21, 2024
1 parent 196349d commit 2512959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adala/runtimes/_litellm.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ async def batch_to_batch(
logger.error(
f"Converting error to ConstrainedGenerationError: {str(e)}"
)
logger.error(f"Traceback:\n{traceback.format_exc()}")
logger.debug(f"Traceback:\n{traceback.format_exc()}")
e = ConstrainedGenerationError()
# the only other instructor error that would be thrown is IncompleteOutputException due to max_tokens reached
dct = _log_llm_exception(e)
Expand Down

0 comments on commit 2512959

Please sign in to comment.