setting up a separate handler for parse input or select, for experiment (#3449)

This commit is contained in:
pedrohsdb
2025-09-16 19:05:18 -07:00
committed by GitHub
parent 7aedc748e4
commit 9742112449
3 changed files with 8 additions and 1 deletions

View File

@@ -121,6 +121,7 @@ class Settings(BaseSettings):
SINGLE_CLICK_AGENT_LLM_KEY: str | None = None
SINGLE_INPUT_AGENT_LLM_KEY: str | None = None
PROMPT_BLOCK_LLM_KEY: str | None = None
PARSE_SELECT_LLM_KEY: str | None = None
EXTRACTION_LLM_KEY: str | None = None
# COMMON
LLM_CONFIG_TIMEOUT: int = 300