修复私聊问题

This commit is contained in:
SengokuCola
2025-09-17 19:37:27 +08:00
parent 88eb5cd40d
commit 1b31702b53
5 changed files with 34 additions and 139 deletions

View File

@@ -2,7 +2,7 @@ from typing import Dict, Optional
from src.common.logger import get_logger
from src.chat.message_receive.chat_stream import ChatStream, get_chat_manager
from src.chat.replyer.default_generator import DefaultReplyer
from src.chat.replyer.group_generator import DefaultReplyer
from src.chat.replyer.private_generator import PrivateReplyer
logger = get_logger("ReplyerManager")