fix:修复表达学习出错

This commit is contained in:
SengokuCola
2025-08-09 00:19:02 +08:00
parent 35c13986d1
commit 5220c269b6
4 changed files with 15 additions and 10 deletions

View File

@@ -165,7 +165,7 @@ class LLMRequest:
model_info, api_provider, client = self._select_model()
# 请求并处理返回值
logger.info(f"LLM选择耗时: {model_info.name} {time.time() - start_time}")
logger.debug(f"LLM选择耗时: {model_info.name} {time.time() - start_time}")
response = await self._execute_request(
api_provider=api_provider,