add generation_mode to config.defaults.json
This commit is contained in:
parent
8be760e8af
commit
5dcbd4ccfa
|
@ -11,5 +11,6 @@
|
||||||
"length_upper_limit": 50,
|
"length_upper_limit": 50,
|
||||||
"overlap_ratio_enabled": false,
|
"overlap_ratio_enabled": false,
|
||||||
"overlap_ratio": 0.7,
|
"overlap_ratio": 0.7,
|
||||||
"access_token": ""
|
"generation_mode": "markov",
|
||||||
|
"access_token": "",
|
||||||
}
|
}
|
Loading…
Reference in New Issue