Remove truncation_length from textgen settings

b16915cfb99381f4655b13325a18d5224a534d6b

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

1 files changed, +1 -1Showing whitespace changes
public/scripts/textgen-settings.js+1 -1
@@ -148,7 +148,7 @@ const settings = {
148 preset: 'Default',148 preset: 'Default',
149 add_bos_token: true,149 add_bos_token: true,
150 stopping_strings: [],150 stopping_strings: [],
151 truncation_length: 2048,151 //truncation_length: 2048,
152 ban_eos_token: false,152 ban_eos_token: false,
153 skip_special_tokens: true,153 skip_special_tokens: true,
154 streaming: false,154 streaming: false,