Ykeremy/test new litellm version (#223)

This commit is contained in:
Kerem Yilmaz 2024-04-23 23:48:35 -07:00 committed by GitHub
parent 11e38b33cf
commit f5125a9856
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 18 deletions

View file

@ -43,6 +43,7 @@ class LLMRouterConfig(LLMConfig):
"simple-shuffle",
"least-busy",
"usage-based-routing",
"usage-based-routing-v2",
"latency-based-routing",
] = "usage-based-routing"
num_retries: int = 2