mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-04 22:50:23 +00:00
Ykeremy/revert litellm upgrade (#204)
This commit is contained in:
parent
2ae381a5e7
commit
3c06d44f6f
2 changed files with 4 additions and 5 deletions
|
|
@ -43,9 +43,8 @@ class LLMRouterConfig(LLMConfig):
|
|||
"simple-shuffle",
|
||||
"least-busy",
|
||||
"usage-based-routing",
|
||||
"usage-based-routing-v2",
|
||||
"latency-based-routing",
|
||||
] = "usage-based-routing-v2"
|
||||
] = "usage-based-routing"
|
||||
num_retries: int = 2
|
||||
retry_delay_seconds: int = 15
|
||||
set_verbose: bool = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue