Remove truncation_length from textgen settings

b16915cfb99381f4655b13325a18d5224a534d6b

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/textgen-settings.js+1 -1
@@ -148,7 +148,7 @@ const settings = {
148148 preset: 'Default',
149149 add_bos_token: true,
150150 stopping_strings: [],
151151 //truncation_length: 2048,
152152 ban_eos_token: false,
153153 skip_special_tokens: true,
154154 streaming: false,