fix terminate action in caching - do not replay terminate + introduce SINGLE_CLICK_AGENT_LLM_API_HANDLER (#1760)

This commit is contained in:
Shuchang Zheng
2025-02-12 17:10:24 +08:00
committed by GitHub
parent fbf1473884
commit f16367bf96
3 changed files with 17 additions and 14 deletions

View File

@@ -95,6 +95,7 @@ class Settings(BaseSettings):
LLM_KEY: str = "OPENAI_GPT4O"
SECONDARY_LLM_KEY: str | None = None
SELECT_AGENT_LLM_KEY: str | None = None
SINGLE_CLICK_AGENT_LLM_KEY: str | None = None
# COMMON
LLM_CONFIG_TIMEOUT: int = 300
LLM_CONFIG_MAX_TOKENS: int = 4096