Merge remote-tracking branch 'origin/main-fix' into think_flow_test

This commit is contained in:
SengokuCola
2025-03-26 00:16:56 +08:00
parent 1b960b32b4
commit 681e1aa0fc
6 changed files with 160 additions and 66 deletions

View File

@@ -42,10 +42,9 @@ class WillingManager:
interested_rate = interested_rate * config.response_interested_rate_amplifier
if interested_rate > 0.4:
current_willing += interested_rate - 0.3
if is_mentioned_bot and current_willing < 1.0:
current_willing += 1
elif is_mentioned_bot: