Fix gpt4o -> GPT4O (#341)

This commit is contained in:
Kerem Yilmaz
2024-05-17 11:42:19 -07:00
committed by GitHub
parent 1f39bffd4c
commit 55b1699f3e

View File

@@ -62,7 +62,7 @@ class Settings(BaseSettings):
# LLM Configuration # # LLM Configuration #
##################### #####################
# ACTIVE LLM PROVIDER # ACTIVE LLM PROVIDER
LLM_KEY: str = "OPENAI_GPT4o" LLM_KEY: str = "OPENAI_GPT4O"
# COMMON # COMMON
LLM_CONFIG_MAX_TOKENS: int = 4096 LLM_CONFIG_MAX_TOKENS: int = 4096
LLM_CONFIG_TEMPERATURE: float = 0 LLM_CONFIG_TEMPERATURE: float = 0