fix: 更新文档和代码中的LLM_request为LLMRequest,优化dockerignore

This commit is contained in:
春河晴
2025-04-17 15:03:42 +09:00
parent ab35f1cdfd
commit 68114993ea
6 changed files with 14 additions and 111 deletions

View File

@@ -28,7 +28,7 @@ class TopicIdentifier:
消息内容:{text}"""
# 使用 LLM_request 类进行请求
# 使用 LLMRequest 类进行请求
try:
topic, _, _ = await self.llm_topic_judge.generate_response(prompt)
except Exception as e: