mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix - test router fallbacks
This commit is contained in:
parent
32e445c59d
commit
7930653872
1 changed files with 2 additions and 2 deletions
|
@ -1528,7 +1528,7 @@ class Router:
|
||||||
e=original_exception,
|
e=original_exception,
|
||||||
remaining_retries=num_retries,
|
remaining_retries=num_retries,
|
||||||
num_retries=num_retries,
|
num_retries=num_retries,
|
||||||
_healthy_deployments=_healthy_deployments,
|
healthy_deployments=_healthy_deployments,
|
||||||
)
|
)
|
||||||
|
|
||||||
# sleeps for the length of the timeout
|
# sleeps for the length of the timeout
|
||||||
|
@ -1776,7 +1776,7 @@ class Router:
|
||||||
e=original_exception,
|
e=original_exception,
|
||||||
remaining_retries=num_retries,
|
remaining_retries=num_retries,
|
||||||
num_retries=num_retries,
|
num_retries=num_retries,
|
||||||
_healthy_deployments=_healthy_deployments,
|
healthy_deployments=_healthy_deployments,
|
||||||
)
|
)
|
||||||
|
|
||||||
## LOGGING
|
## LOGGING
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue