mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 01:09:43 +00:00
New LLM Router strategy (#199)
This commit is contained in:
parent
eab98426f2
commit
02cf2a1e87
3 changed files with 6 additions and 5 deletions
|
@ -43,8 +43,9 @@ class LLMRouterConfig(LLMConfig):
|
|||
"simple-shuffle",
|
||||
"least-busy",
|
||||
"usage-based-routing",
|
||||
"usage-based-routing-v2",
|
||||
"latency-based-routing",
|
||||
] = "usage-based-routing"
|
||||
] = "usage-based-routing-v2"
|
||||
num_retries: int = 2
|
||||
retry_delay_seconds: int = 15
|
||||
set_verbose: bool = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue