update defaults

This commit is contained in:
Kay Faraday 2022-01-08 04:26:02 +00:00
parent f6a17a25f7
commit f709bed0e9
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"site": "https://botsin.space", "site": "https://freak.university",
"cw": null, "cw": null,
"learn_from_cw": false, "learn_from_cw": true,
"ignored_cws": [], "ignored_cws": [],
"mention_handling": 1, "mention_handling": 1,
"max_thread_length": 15, "max_thread_length": 15,
@ -9,9 +9,9 @@
"limit_length": false, "limit_length": false,
"length_lower_limit": 5, "length_lower_limit": 5,
"length_upper_limit": 50, "length_upper_limit": 50,
"overlap_ratio_enabled": false, "overlap_ratio_enabled": true,
"overlap_ratio": 0.7, "overlap_ratio": 0.7,
"generation_mode": "markov", "generation_mode": "markov",
"access_token": "", "access_token": "",
"db_path": "posts.db" "db_path": ""
} }