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",
|
"least-busy",
|
||||||
"usage-based-routing",
|
"usage-based-routing",
|
||||||
"latency-based-routing",
|
"latency-based-routing",
|
||||||
|
"cost-based-routing",
|
||||||
] = "simple-shuffle",
|
] = "simple-shuffle",
|
||||||
routing_strategy_args: dict = {}, # just for latency-based routing
|
routing_strategy_args: dict = {}, # just for latency-based routing
|
||||||
semaphore: Optional[asyncio.Semaphore] = None,
|
semaphore: Optional[asyncio.Semaphore] = None,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue