feat use UnsupportedParamsError as litellm error type

This commit is contained in:
Ishaan Jaff 2024-07-24 12:19:10 -07:00
parent d66307cab0
commit 2dc6367dc9
2 changed files with 29 additions and 0 deletions

View file

@ -888,6 +888,7 @@ from .exceptions import (
APIError,
Timeout,
APIConnectionError,
UnsupportedParamsError,
APIResponseValidationError,
UnprocessableEntityError,
InternalServerError,