diff --git a/public/index.html b/public/index.html index 90fdf00b2..2a8fe3610 100644 --- a/public/index.html +++ b/public/index.html @@ -378,13 +378,13 @@
- Repetition Penalty Range + No repeat ngram size
select
- +
diff --git a/public/script.js b/public/script.js index 548875ecf..021ed2463 100644 --- a/public/script.js +++ b/public/script.js @@ -1403,7 +1403,7 @@ async function Generate(type, automatic_trigger, force_name2) {//encode("dsfs"). var generate_data = { data: [ finalPromt, - this_amount_gen, // min_length + this_amount_gen, // max new tokens doSample, // do_sample textgenerationwebui_settings.temp, // temperature textgenerationwebui_settings.top_p, // top_p diff --git a/public/style.css b/public/style.css index b663b477d..c1fe4fea2 100644 --- a/public/style.css +++ b/public/style.css @@ -615,12 +615,16 @@ input[type=submit] {} #right-nav-panel-tabs { margin-top: 10px; margin-bottom: 10px; - width: calc(100% - 15px); + width: 100%; max-height: 30px; display: flex; align-items: flex-end; } +#right-nav-panel-tabs .right_menu_button:last-of-type { + padding-right: 0; +} + /* ##################################################################### */ /* Right Panel's Upper Tabs */ /* ##################################################################### */