mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
test(test_router_fallbacks.py): fix test
This commit is contained in:
parent
67f26b3394
commit
62ba6f20f1
4 changed files with 15 additions and 10 deletions
|
@ -102,6 +102,7 @@ class Router:
|
|||
"usage-based-routing",
|
||||
"latency-based-routing",
|
||||
"cost-based-routing",
|
||||
"usage-based-routing-v2",
|
||||
] = "simple-shuffle",
|
||||
routing_strategy_args: dict = {}, # just for latency-based routing
|
||||
semaphore: Optional[asyncio.Semaphore] = None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue