add generation_mode to config.defaults.json

This commit is contained in:
io 2021-07-26 06:03:43 +00:00
parent 8be760e8af
commit 5dcbd4ccfa

View file

@ -11,5 +11,6 @@
"length_upper_limit": 50,
"overlap_ratio_enabled": false,
"overlap_ratio": 0.7,
"access_token": ""
"generation_mode": "markov",
"access_token": "",
}