Setting for check-user-goal in sequential click for dropdown (flash_lite xp) (#3451)

This commit is contained in:
pedrohsdb
2025-09-17 08:52:04 -07:00
committed by GitHub
parent 3bd0f8672b
commit 9d8a5b9742
3 changed files with 7 additions and 1 deletions

View File

@@ -123,6 +123,7 @@ class Settings(BaseSettings):
PROMPT_BLOCK_LLM_KEY: str | None = None
PARSE_SELECT_LLM_KEY: str | None = None
EXTRACTION_LLM_KEY: str | None = None
CHECK_USER_GOAL_LLM_KEY: str | None = None
# COMMON
LLM_CONFIG_TIMEOUT: int = 300
LLM_CONFIG_MAX_TOKENS: int = 4096