forked from phoenix/litellm-mirror
update docs
This commit is contained in:
parent
f0ccfecb0e
commit
775ce31fa3
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ LiteLLM maps the 4 most common exceptions across all providers.
|
|||
|
||||
Base case - we return the original exception.
|
||||
|
||||
All our exceptions inherit from OpenAI's exception types, so any error-handling you have for that, should work out of the box with LiteLLM.
|
||||
|
||||
For all 4 cases, the exception returned inherits from the original OpenAI Exception but contains 3 additional attributes:
|
||||
* status_code - the http status code of the exception
|
||||
* message - the error message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue