From 274a36a83a2ad0ecda022363e67993817837a071 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 24 Jan 2026 10:04:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20config.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/config.py b/app/core/config.py index 02b50655..5636534a 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -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 # 是否启用详细日志