扩大成员锐评的最近发言样本

1. 将成员锐评插件的最近发言默认采样窗口从50条提升到200条。

2. 补充中文注释,说明更大样本有助于识别口头禅、重复行为和阶段性状态。
This commit is contained in:
liuwei
2026-04-27 14:46:02 +08:00
parent 290e44986e
commit e2a6356bab
2 changed files with 10 additions and 3 deletions

View File

@@ -21,9 +21,12 @@ max_retries = 2
retry_delay_seconds = 1.5
[profile]
# 最近消息窗口:尽量贴近用户提出的“最近 50 条发言”。
# 最近消息窗口:
# 1. 初版按 50 条实现,但用户希望拉高到 200 条,便于模型更稳定识别人设和口头禅;
# 2. 这里直接把默认值提到 200优先让“锐评像群里老油条写的”
# 3. 真要收缩样本时,只需要改这里,不用动代码。
sample_days = 30
message_limit = 50
message_limit = 200
min_message_count = 8
context_stale_hours = 24
name_match_min_chars = 2