更新 config.py

This commit is contained in:
jxxghp
2026-01-24 10:04:37 +08:00
committed by GitHub
parent ec40f36114
commit 274a36a83a

View File

@@ -432,7 +432,7 @@ class ConfigModel(BaseModel):
# LLM温度参数
LLM_TEMPERATURE: float = 0.1
# LLM最大迭代次数
LLM_MAX_ITERATIONS: int = 15
LLM_MAX_ITERATIONS: int = 128
# LLM工具调用超时时间
LLM_TOOL_TIMEOUT: int = 300
# 是否启用详细日志