mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Rename oobabooga's setting
This commit is contained in:
@@ -378,13 +378,13 @@
|
||||
</div>
|
||||
<div class="range-block">
|
||||
<div class="range-block-title">
|
||||
Repetition Penalty Range
|
||||
No repeat ngram size
|
||||
</div>
|
||||
<div class="range-block-counter">
|
||||
<span id="rep_pen_size_counter_textgenerationwebui">select</span>
|
||||
</div>
|
||||
<div class="range-block-range">
|
||||
<input type="range" id="rep_pen_size_textgenerationwebui" name="volume" min="0" max="2048" step="1">
|
||||
<input type="range" id="rep_pen_size_textgenerationwebui" name="volume" min="0" max="20" step="1">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -1402,7 +1402,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
|
||||
|
@@ -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 */
|
||||
/* ##################################################################### */
|
||||
|
Reference in New Issue
Block a user