better:统计现在统计模型名,限制思考长度

This commit is contained in:
SengokuCola
2025-10-25 21:31:02 +08:00
parent ae1f509cdb
commit ea5d08ba54
3 changed files with 8 additions and 3 deletions

View File

@@ -134,6 +134,11 @@ class DefaultReplyer:
try:
content, reasoning_content, model_name, tool_call = await self.llm_generate_content(prompt)
logger.debug(f"replyer生成内容: {content}")
logger.info(f"replyer生成内容: {content}")
logger.info(f"replyer生成推理: {reasoning_content}")
logger.info(f"replyer生成模型: {model_name}")
llm_response.content = content
llm_response.reasoning = reasoning_content
llm_response.model = model_name