mirror of
https://github.com/Zippland/Bubbles.git
synced 2026-01-19 01:21:15 +08:00
本轮需要回复的用户及其最新信息
This commit is contained in:
@@ -158,10 +158,10 @@ def handle_chitchat(ctx: 'MessageContext', match: Optional[Match]) -> bool:
|
||||
)
|
||||
else:
|
||||
latest_message_prompt = (
|
||||
"# 本轮需要处理的用户讯息\n"
|
||||
"请你基于下面这条最新收到的用户讯息,直接面向发送者进行自然的中文回复:\n"
|
||||
"# 本轮需要回复的用户及其最新信息\n"
|
||||
"请你基于下面这条最新收到的用户讯息(和该用户最近的历史消息),直接面向发送者进行自然的中文回复:\n"
|
||||
f"“{q_with_info}”\n"
|
||||
"请只围绕这条消息的内容作答,不要泛泛而谈。"
|
||||
"请只针对该用户进行回复。"
|
||||
)
|
||||
|
||||
# 获取AI回复
|
||||
|
||||
Reference in New Issue
Block a user