mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-01 18:20:06 +00:00
set ENABLE_OPENAI defaut to false (#373)
This commit is contained in:
parent
c1415a93b1
commit
e6a356dfc6
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class Settings(BaseSettings):
|
||||||
LLM_CONFIG_MAX_TOKENS: int = 4096
|
LLM_CONFIG_MAX_TOKENS: int = 4096
|
||||||
LLM_CONFIG_TEMPERATURE: float = 0
|
LLM_CONFIG_TEMPERATURE: float = 0
|
||||||
# LLM PROVIDER SPECIFIC
|
# LLM PROVIDER SPECIFIC
|
||||||
ENABLE_OPENAI: bool = True
|
ENABLE_OPENAI: bool = False
|
||||||
ENABLE_ANTHROPIC: bool = False
|
ENABLE_ANTHROPIC: bool = False
|
||||||
ENABLE_AZURE: bool = False
|
ENABLE_AZURE: bool = False
|
||||||
ENABLE_BEDROCK: bool = False
|
ENABLE_BEDROCK: bool = False
|
||||||
|
|
Loading…
Add table
Reference in a new issue