PROMPT_BLOCK_LLM_KEY renaming (#1929)
This commit is contained in:
@@ -99,7 +99,7 @@ class Settings(BaseSettings):
|
||||
SECONDARY_LLM_KEY: str | None = None
|
||||
SELECT_AGENT_LLM_KEY: str | None = None
|
||||
SINGLE_CLICK_AGENT_LLM_KEY: str | None = None
|
||||
TEXT_ONLY_AGENT_LLM_KEY: str | None = None
|
||||
PROMPT_BLOCK_LLM_KEY: str | None = None
|
||||
# COMMON
|
||||
LLM_CONFIG_TIMEOUT: int = 300
|
||||
LLM_CONFIG_MAX_TOKENS: int = 4096
|
||||
|
||||
Reference in New Issue
Block a user