better:优化focus控制和no_reply控制

This commit is contained in:
SengokuCola
2025-07-26 11:01:55 +08:00
parent ae0fb7c6c4
commit 4411859e37
5 changed files with 27 additions and 33 deletions

View File

@@ -28,7 +28,7 @@ class ClassicalWillingManager(BaseWillingManager):
# print(f"[{chat_id}] 回复意愿: {current_willing}")
interested_rate = willing_info.interested_rate * global_config.normal_chat.response_interested_rate_amplifier
interested_rate = willing_info.interested_rate
# print(f"[{chat_id}] 兴趣值: {interested_rate}")