Integrate posthog feature flags + setup Claude 3 experiment (#251)

This commit is contained in:
Kerem Yilmaz 2024-05-02 15:06:21 -07:00 committed by GitHub
parent 55444e3ae0
commit 4459ca7d09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 43 additions and 2 deletions

View file

@ -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