fix: add cross-day dedupe
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
],
|
||||
"rewrite_batch_size": 10,
|
||||
"semantic_dedup_max_deletion_ratio": 0.5,
|
||||
"default_mode": "dry-run"
|
||||
"default_mode": "dry-run",
|
||||
"cross_day_dedup": {
|
||||
"enabled": true,
|
||||
"max_age_days": 7,
|
||||
"history_path": "~/.hermes/scripts/ai_morning_out/published_urls.json"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user