ebooks/config.defaults.json

19 lines
407 B
JSON
Raw Normal View History

2021-06-16 01:59:57 +00:00
{
"site": "https://botsin.space",
"cw": null,
2022-10-20 23:18:48 +00:00
"fetch_delay": 1,
2021-06-16 01:59:57 +00:00
"learn_from_cw": false,
"ignored_cws": [],
"mention_handling": 1,
"max_thread_length": 15,
"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": "",
2021-07-26 06:17:28 +00:00
"db_path": "posts.db"
2022-10-20 23:18:48 +00:00
}