feat 思维流大核+小核

This commit is contained in:
SengokuCola
2025-03-24 18:36:03 +08:00
parent 6da66e74f6
commit 6c9b04c1be
12 changed files with 185 additions and 205 deletions

View File

@@ -291,10 +291,6 @@ class ChatBot:
# 使用情绪管理器更新情绪
self.mood_manager.update_mood_from_emotion(emotion[0], global_config.mood_intensity_factor)
# willing_manager.change_reply_willing_after_sent(
# chat_stream=chat
# )
async def handle_notice(self, event: NoticeEvent, bot: Bot) -> None:
"""处理收到的通知"""
if isinstance(event, PokeNotifyEvent):