Merge remote-tracking branch 'origin/main-fix' into think_flow_test
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user