Skip to content

Commit

Permalink
Fix oobabooga again
Browse files Browse the repository at this point in the history
  • Loading branch information
Cohee1207 committed Apr 12, 2023
1 parent 45d836c commit 57ea659
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -1663,6 +1663,8 @@ async function Generate(type, automatic_trigger, force_name2) {
'seed': textgenerationwebui_settings.seed,
'add_bos_token': textgenerationwebui_settings.add_bos_token,
'custom_stopping_strings': getStoppingStrings().concat(textgenerationwebui_settings.custom_stopping_strings),
'truncation_length': max_context,
'ban_eos_token': false,
}
];
generate_data = { "data": [JSON.stringify(data)] };
Expand Down

0 comments on commit 57ea659

Please sign in to comment.