mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
fix - use cost-based-routing
This commit is contained in:
parent
41ffaee821
commit
6cb059cce8
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ class Router:
|
|||
"least-busy",
|
||||
"usage-based-routing",
|
||||
"latency-based-routing",
|
||||
"cost-based-routing",
|
||||
] = "simple-shuffle",
|
||||
routing_strategy_args: dict = {}, # just for latency-based routing
|
||||
semaphore: Optional[asyncio.Semaphore] = None,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue