From a69ae46fb40c43e5247e6291d6de4105af6a78dd Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Sat, 19 Apr 2025 18:49:32 +0800 Subject: [PATCH] fix: error --- src/plugins/chat/bot.py | 1 - src/plugins/chat_module/heartFC_chat/heartFC_processor.py | 1 - 2 files changed, 2 deletions(-) diff --git a/src/plugins/chat/bot.py b/src/plugins/chat/bot.py index fe869315d..2716a5ee5 100644 --- a/src/plugins/chat/bot.py +++ b/src/plugins/chat/bot.py @@ -8,7 +8,6 @@ from ..chat_module.only_process.only_message_process import MessageProcessor from src.common.logger import get_module_logger, CHAT_STYLE_CONFIG, LogConfig from ..chat_module.think_flow_chat.think_flow_chat import ThinkFlowChat from ..chat_module.reasoning_chat.reasoning_chat import ReasoningChat -from ..chat_module.heartFC_chat.heartFC_chat import HeartFC_Chat from ..chat_module.heartFC_chat.heartFC_processor import HeartFC_Processor from ..utils.prompt_builder import Prompt, global_prompt_manager import traceback diff --git a/src/plugins/chat_module/heartFC_chat/heartFC_processor.py b/src/plugins/chat_module/heartFC_chat/heartFC_processor.py index c56469404..714f3b477 100644 --- a/src/plugins/chat_module/heartFC_chat/heartFC_processor.py +++ b/src/plugins/chat_module/heartFC_chat/heartFC_processor.py @@ -12,7 +12,6 @@ from ...chat.chat_stream import chat_manager from ...chat.message_buffer import message_buffer from ...utils.timer_calculater import Timer from .interest import InterestManager -from .heartFC_chat import HeartFC_Chat # 导入 HeartFC_Chat 以调用回复生成 # 定义日志配置 processor_config = LogConfig(