mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove truncation_length from textgen settings
This commit is contained in:
@ -148,7 +148,7 @@ const settings = {
|
|||||||
preset: 'Default',
|
preset: 'Default',
|
||||||
add_bos_token: true,
|
add_bos_token: true,
|
||||||
stopping_strings: [],
|
stopping_strings: [],
|
||||||
truncation_length: 2048,
|
//truncation_length: 2048,
|
||||||
ban_eos_token: false,
|
ban_eos_token: false,
|
||||||
skip_special_tokens: true,
|
skip_special_tokens: true,
|
||||||
streaming: false,
|
streaming: false,
|
||||||
|
Reference in New Issue
Block a user