remove:移除response_willing_amplifier
This commit is contained in:
@@ -43,7 +43,7 @@ class ClassicalWillingManager(BaseWillingManager):
|
||||
self.chat_reply_willing[chat_id] = min(current_willing, 3.0)
|
||||
|
||||
reply_probability = min(
|
||||
max((current_willing - 0.5), 0.01) * global_config.normal_chat.response_willing_amplifier * 2, 1
|
||||
max((current_willing - 0.5), 0.01) * 2, 1
|
||||
)
|
||||
|
||||
# 检查群组权限(如果是群聊)
|
||||
|
||||
Reference in New Issue
Block a user