introduce llm key for script gen (#3736)

This commit is contained in:
Shuchang Zheng
2025-10-16 02:50:16 -07:00
committed by GitHub
parent b93154e7b7
commit c186418d41
3 changed files with 5 additions and 1 deletions

View File

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