add select agent llm handler (#1713)

This commit is contained in:
Shuchang Zheng
2025-02-04 19:16:39 +08:00
committed by GitHub
parent 4bdc32ce2c
commit 430c6b7851
3 changed files with 8 additions and 7 deletions

View File

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