fix terminate action in caching - do not replay terminate + introduce SINGLE_CLICK_AGENT_LLM_API_HANDLER (#1760)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user