Fix gpt4o -> GPT4O (#341)
This commit is contained in:
@@ -62,7 +62,7 @@ class Settings(BaseSettings):
|
||||
# LLM Configuration #
|
||||
#####################
|
||||
# ACTIVE LLM PROVIDER
|
||||
LLM_KEY: str = "OPENAI_GPT4o"
|
||||
LLM_KEY: str = "OPENAI_GPT4O"
|
||||
# COMMON
|
||||
LLM_CONFIG_MAX_TOKENS: int = 4096
|
||||
LLM_CONFIG_TEMPERATURE: float = 0
|
||||
|
||||
Reference in New Issue
Block a user