完成其他部分对返回值处理的修改

This commit is contained in:
UnCLAS-Prommer
2025-03-20 17:08:53 +08:00
parent e9bd3196ba
commit a973057579
4 changed files with 6 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ class TopicIdentifier:
消息内容:{text}"""
# 使用 LLM_request 类进行请求
topic, _ = await self.llm_topic_judge.generate_response(prompt)
topic, _, _ = await self.llm_topic_judge.generate_response(prompt)
if not topic:
logger.error("LLM API 返回为空")