feat:基于不同心流单独的发送器实例,反正能跑,但我也不知道能不能跑

睡觉
This commit is contained in:
SengokuCola
2025-04-23 00:41:46 +08:00
parent bcf295905e
commit 2eecd746af
14 changed files with 568 additions and 672 deletions

View File

@@ -86,9 +86,10 @@ class ResponseGenerator:
prompt = await prompt_builder.build_prompt(
build_mode="normal",
reason= "",
current_mind_info="",
message_txt=message.processed_plain_text,
sender_name=sender_name,
subheartflow=sub_hf,
chat_stream=message.chat_stream,
)
logger.info(f"构建prompt时间: {t_build_prompt.human_readable}")