更新readme 和changlog

This commit is contained in:
SengokuCola
2025-08-18 14:50:30 +08:00
parent c28e964747
commit 6dba76b7bc
3 changed files with 67 additions and 10 deletions

View File

@@ -359,7 +359,7 @@ class HeartFChatting:
x0 = 1.0 # 控制曲线中心点
return 1.0 / (1.0 + math.exp(-k * (interest_val - x0)))
normal_mode_probability = calculate_normal_mode_probability(interest_value) * 0.5 / self.talk_frequency_control.get_current_talk_frequency()
normal_mode_probability = calculate_normal_mode_probability(interest_value) * 2 * self.talk_frequency_control.get_current_talk_frequency()
# 根据概率决定使用哪种模式
if random.random() < normal_mode_probability: