fix(utils.py): fix exception mapping for azure internal server error

This commit is contained in:
Krrish Dholakia 2024-06-06 17:08:05 -07:00
parent 677e0255c8
commit 6e9bca59b0
6 changed files with 6 additions and 3 deletions

View file

@ -638,6 +638,7 @@ LITELLM_EXCEPTION_TYPES = [
APIConnectionError,
APIResponseValidationError,
OpenAIError,
InternalServerError,
]