From 117672384c86953f0c9e5bd531975ce742377d68 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 14 Apr 2026 16:00:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20llm.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/helper/llm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helper/llm.py b/app/helper/llm.py index 2c570499..08bce910 100644 --- a/app/helper/llm.py +++ b/app/helper/llm.py @@ -121,7 +121,7 @@ class LLMHelper: # 检查是否有profile if hasattr(model, "profile") and model.profile: - logger.info(f"使用LLM模型: {model.model},Profile: {model.profile}") + logger.debug(f"使用LLM模型: {model.model},Profile: {model.profile}") else: model.profile = { "max_input_tokens": settings.LLM_MAX_CONTEXT_TOKENS