Remove truncation_length from textgen settings

This commit is contained in:
Cohee 2024-09-03 14:06:10 +00:00
parent fa054520b6
commit b16915cfb9

View File

@ -148,7 +148,7 @@ const settings = {
preset: 'Default',
add_bos_token: true,
stopping_strings: [],
truncation_length: 2048,
//truncation_length: 2048,
ban_eos_token: false,
skip_special_tokens: true,
streaming: false,