Merge branch 'dev' of https://github.com/MaiM-with-u/MaiBot into dev
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/MaiM-with-u/MaiBot/">
|
<a href="https://github.com/MaiM-with-u/MaiBot/">
|
||||||
<img src="depends-data/maimai.png" alt="Logo" style="max-width: 200px">
|
<img src="depends-data/maimai.png" alt="Logo" style="width: 200px">
|
||||||
</a>
|
</a>
|
||||||
<br />
|
<br />
|
||||||
<a href="https://space.bilibili.com/1344099355">
|
<a href="https://space.bilibili.com/1344099355">
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ class ReplyChecker:
|
|||||||
1. 回复是否依然符合当前对话目标和实现方式
|
1. 回复是否依然符合当前对话目标和实现方式
|
||||||
2. 回复是否与最新的对话记录保持一致性
|
2. 回复是否与最新的对话记录保持一致性
|
||||||
3. 回复是否重复发言,或重复表达同质内容(尤其是只是换一种方式表达了相同的含义)
|
3. 回复是否重复发言,或重复表达同质内容(尤其是只是换一种方式表达了相同的含义)
|
||||||
4. 回复是否包含政治敏感内容
|
4. 回复是否包含违规内容(例如血腥暴力,政治敏感等)
|
||||||
5. 回复是否以你的角度发言,不要把"你"说的话当做对方说的话,这是你自己说的话(不要自己回复自己的消息)
|
5. 回复是否以你的角度发言,不要把"你"说的话当做对方说的话,这是你自己说的话(不要自己回复自己的消息)
|
||||||
6. 回复是否通俗易懂
|
6. 回复是否通俗易懂
|
||||||
7. 回复是否有些多余,例如在对方没有回复的情况下,依然连续多次“消息轰炸”
|
7. 回复是否有些多余,例如在对方没有回复的情况下,依然连续多次“消息轰炸”
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ class HeartFCGenerator:
|
|||||||
) -> str:
|
) -> str:
|
||||||
info_catcher = info_catcher_manager.get_info_catcher(thinking_id)
|
info_catcher = info_catcher_manager.get_info_catcher(thinking_id)
|
||||||
|
|
||||||
with Timer() as _t_build_prompt:
|
with Timer() as _build_prompt:
|
||||||
prompt = await prompt_builder.build_prompt(
|
prompt = await prompt_builder.build_prompt(
|
||||||
build_mode="focus",
|
build_mode="focus",
|
||||||
reason=reason,
|
reason=reason,
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ def init_prompt():
|
|||||||
{schedule_prompt}
|
{schedule_prompt}
|
||||||
{chat_target}
|
{chat_target}
|
||||||
{chat_talking_prompt}
|
{chat_talking_prompt}
|
||||||
现在"{sender_name}"说的:{message_txt}。引起了你的注意,你想要在群里发言发言或者回复这条消息。\n
|
现在"{sender_name}"说的:{message_txt}。引起了你的注意,你想要在群里发言或者回复这条消息。\n
|
||||||
你的网名叫{bot_name},有人也叫你{bot_other_names},{prompt_personality}。
|
你的网名叫{bot_name},有人也叫你{bot_other_names},{prompt_personality}。
|
||||||
你正在{chat_target_2},现在请你读读之前的聊天记录,{mood_prompt},然后给出日常且口语化的回复,平淡一些,
|
你正在{chat_target_2},现在请你读读之前的聊天记录,{mood_prompt},然后给出日常且口语化的回复,平淡一些,
|
||||||
尽量简短一些。{keywords_reaction_prompt}请注意把握聊天内容,不要回复的太有条理,可以有个性。{prompt_ger}
|
尽量简短一些。{keywords_reaction_prompt}请注意把握聊天内容,不要回复的太有条理,可以有个性。{prompt_ger}
|
||||||
|
|||||||
Reference in New Issue
Block a user