forked from phoenix/litellm-mirror
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
Add a link
Reference in a new issue