mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
feat use UnsupportedParamsError as litellm error type
This commit is contained in:
parent
d66307cab0
commit
2dc6367dc9
2 changed files with 29 additions and 0 deletions
|
@ -888,6 +888,7 @@ from .exceptions import (
|
|||
APIError,
|
||||
Timeout,
|
||||
APIConnectionError,
|
||||
UnsupportedParamsError,
|
||||
APIResponseValidationError,
|
||||
UnprocessableEntityError,
|
||||
InternalServerError,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue