mirror of https://github.com/Mai-with-u/MaiBot.git
typo
parent
517222166b
commit
2b5441ab47
|
|
@ -198,7 +198,7 @@ class ActionPlanner:
|
|||
current_time_value = observation_info.current_time_str
|
||||
|
||||
if conversation_info.my_message_count > 2:
|
||||
current_time_value += f"\n你已连续发送{str(conversation_info.my_message_count)},如果没有必要请不要连续发送大量消息,以免形成刷屏造成对方困扰。"
|
||||
current_time_value += f"\n你已连续发送{str(conversation_info.my_message_count)}条消息,如果没有必要请不要连续发送大量消息,以免形成刷屏造成对方困扰。"
|
||||
|
||||
prompt = prompt_template.format(
|
||||
persona_text=persona_text,
|
||||
|
|
|
|||
Loading…
Reference in New Issue