原来兴趣值真的是0

This commit is contained in:
SengokuCola
2025-07-16 18:20:04 +08:00
parent d974d6ce8f
commit 29161dc839

View File

@@ -463,7 +463,7 @@ class HeartFChatting:
"""
is_mentioned = message_data.get("is_mentioned", False)
interested_rate = message_data.get("interest_rate", 0.0) * self.willing_amplifier
interested_rate = message_data.get("interest_value", 0.0) * self.willing_amplifier
reply_probability = (
1.0 if is_mentioned and global_config.normal_chat.mentioned_bot_inevitable_reply else 0.0