pull/710/head
梦溪畔 2025-04-11 14:00:41 +08:00 committed by GitHub
parent eefce3a04b
commit d004a26a0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@ class ThinkFlowChat:
# current_willing = current_willing_old
# 获取回复概率
is_willing = False
if reply_probability != 1:
is_willing = True
reply_probability = await willing_manager.get_reply_probability(message.message_info.message_id)