mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
add mock request to docs
This commit is contained in:
parent
d4806cd686
commit
6da500c6e0
6 changed files with 31 additions and 4 deletions
|
@ -1938,8 +1938,7 @@ def exception_type(model, original_exception, custom_llm_provider):
|
|||
llm_provider="vllm",
|
||||
model=model
|
||||
)
|
||||
else:
|
||||
raise original_exception
|
||||
raise original_exception
|
||||
except Exception as e:
|
||||
# LOGGING
|
||||
exception_logging(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue