Fix default NAI presets. Add NAI bad words

This commit is contained in:
Cohee
2023-06-11 13:17:55 +03:00
parent c34455ef1e
commit 525b9dc0bb
5 changed files with 356 additions and 20 deletions

View File

@ -154,9 +154,9 @@ export function getNovelGenerationData(finalPromt, this_settings, this_amount_ge
"typical_p": this_settings.typical_p,
//"stop_sequences": {{187}},
//bad_words_ids = {{50256}, {0}, {1}};
//generate_until_sentence = true;
"generate_until_sentence": true,
"use_cache": false,
//use_string = true;
"use_string": true,
"return_full_text": false,
"prefix": "vanilla",
"order": this_settings.order,