mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix(utils.py): fix google ai studio timeout error raising
This commit is contained in:
parent
f79ce63f05
commit
ec79482612
1 changed files with 0 additions and 1 deletions
|
@ -7127,7 +7127,6 @@ def exception_type(
|
||||||
message=f"PalmException - {original_exception.message}",
|
message=f"PalmException - {original_exception.message}",
|
||||||
model=model,
|
model=model,
|
||||||
llm_provider="palm",
|
llm_provider="palm",
|
||||||
request=original_exception.request,
|
|
||||||
)
|
)
|
||||||
if "400 Request payload size exceeds" in error_str:
|
if "400 Request payload size exceeds" in error_str:
|
||||||
exception_mapping_worked = True
|
exception_mapping_worked = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue