better:微调关系prompt的构建

This commit is contained in:
SengokuCola
2025-06-25 21:56:35 +08:00
parent 337e9cb9a4
commit a0d714334a
4 changed files with 12 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
from typing import Tuple, Any, Dict, List
from src.common.logger import get_logger
from src.chat.focus_chat.replyer.default_generator import DefaultReplyer
from src.chat.replyer.default_generator import DefaultReplyer
from src.chat.message_receive.chat_stream import get_chat_manager
logger = get_logger("generator_api")