mirror of https://github.com/Mai-with-u/MaiBot.git
Update think_flow_chat.py
parent
10a72b489e
commit
62926d484c
|
|
@ -196,7 +196,7 @@ class ThinkFlowChat:
|
|||
|
||||
# 计算回复意愿
|
||||
current_willing_old = willing_manager.get_willing(chat_stream=chat)
|
||||
current_willing_new = (heartflow.get_subheartflow(chat.stream_id).current_state.willing - 5) / 4
|
||||
# current_willing_new = (heartflow.get_subheartflow(chat.stream_id).current_state.willing - 5) / 4
|
||||
# current_willing = (current_willing_old + current_willing_new) / 2
|
||||
# 有点bug
|
||||
current_willing = current_willing_old
|
||||
|
|
|
|||
Loading…
Reference in New Issue