set ENABLE_OPENAI defaut to false (#373)

This commit is contained in:
LawyZheng
2024-05-27 22:02:08 +08:00
committed by GitHub
parent c1415a93b1
commit e6a356dfc6

View File

@@ -68,7 +68,7 @@ class Settings(BaseSettings):
LLM_CONFIG_MAX_TOKENS: int = 4096
LLM_CONFIG_TEMPERATURE: float = 0
# LLM PROVIDER SPECIFIC
ENABLE_OPENAI: bool = True
ENABLE_OPENAI: bool = False
ENABLE_ANTHROPIC: bool = False
ENABLE_AZURE: bool = False
ENABLE_BEDROCK: bool = False