Remove truncation_length from textgen settings
| @@ -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, |