From b16915cfb99381f4655b13325a18d5224a534d6b Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:06:10 +0000 Subject: [PATCH] Remove truncation_length from textgen settings --- public/scripts/textgen-settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/textgen-settings.js b/public/scripts/textgen-settings.js index 161182381..4d0fc8213 100644 --- a/public/scripts/textgen-settings.js +++ b/public/scripts/textgen-settings.js @@ -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,