Fix oobabooga

This commit is contained in:
SillyLossy
2023-04-21 14:38:38 +03:00
parent b180aeaae5
commit 50526a16b9
4 changed files with 14 additions and 12 deletions

View File

@ -26,11 +26,11 @@ let textgenerationwebui_settings = {
seed: -1,
preset: 'Default',
add_bos_token: true,
custom_stopping_strings: [],
stopping_strings: [],
truncation_length: 2048,
ban_eos_token: false,
streaming: false,
fn_index: 34,
fn_index: 43,
skip_special_tokens: true,
};