Integrate posthog feature flags + setup Claude 3 experiment (#251)
This commit is contained in:
@@ -69,6 +69,7 @@ class Settings(BaseSettings):
|
||||
ENABLE_OPENAI: bool = True
|
||||
ENABLE_ANTHROPIC: bool = False
|
||||
ENABLE_AZURE: bool = False
|
||||
ENABLE_BEDROCK: bool = False
|
||||
# OPENAI
|
||||
OPENAI_API_KEY: str | None = None
|
||||
# ANTHROPIC
|
||||
|
||||
Reference in New Issue
Block a user