pleroma-ebooks/config.defaults.json

20 lines
447 B
JSON
Raw Normal View History

2021-06-15 18:59:57 -07:00
{
2022-01-07 20:26:02 -08:00
"site": "https://freak.university",
2021-06-15 18:59:57 -07:00
"cw": null,
2022-01-07 20:26:02 -08:00
"learn_from_cw": true,
2021-06-15 18:59:57 -07:00
"ignored_cws": [],
"mention_handling": 1,
"max_thread_length": 15,
"strip_paired_punctuation": false,
"limit_length": false,
"length_lower_limit": 5,
"length_upper_limit": 50,
2022-01-07 20:26:02 -08:00
"overlap_ratio_enabled": true,
2021-06-15 18:59:57 -07:00
"overlap_ratio": 0.7,
"generation_mode": "markov",
"access_token": "",
2022-06-18 17:59:40 -07:00
"db_path": "",
"textsynth_token": null,
"textsynth_engine_id": "gptneox_20B"
}