ebooks/config.defaults.json
2022-12-23 11:36:57 +03:00

19 lines
435 B
JSON

{
"site": "https://botsin.space",
"cw": null,
"fetch_delay": 1,
"learn_from_cw": false,
"ignored_cws": [],
"mention_handling": 1,
"max_thread_length": 15,
"hellthread_threshold": 5,
"strip_paired_punctuation": false,
"limit_length": false,
"length_lower_limit": 5,
"length_upper_limit": 50,
"overlap_ratio_enabled": false,
"overlap_ratio": 0.7,
"generation_mode": "markov",
"access_token": "",
"db_path": "posts.db"
}