mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-16 02:09:40 +00:00
Integrate posthog feature flags + setup Claude 3 experiment (#251)
This commit is contained in:
parent
55444e3ae0
commit
4459ca7d09
6 changed files with 43 additions and 2 deletions
|
@ -46,7 +46,7 @@ class LLMRouterConfig(LLMConfig):
|
|||
"usage-based-routing-v2",
|
||||
"latency-based-routing",
|
||||
] = "usage-based-routing"
|
||||
num_retries: int = 2
|
||||
num_retries: int = 1
|
||||
retry_delay_seconds: int = 15
|
||||
set_verbose: bool = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue