feat:移除willing_amlifier,简化活跃度配置
This commit is contained in:
@@ -700,7 +700,7 @@ class HeartFChatting:
|
||||
在"兴趣"模式下,判断是否回复并生成内容。
|
||||
"""
|
||||
|
||||
interested_rate = (message_data.get("interest_value") or 0.0) * global_config.chat.willing_amplifier
|
||||
interested_rate = message_data.get("interest_value") or 0.0
|
||||
|
||||
self.willing_manager.setup(message_data, self.chat_stream)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user