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>
|
||||||
<div class="range-block">
|
<div class="range-block">
|
||||||
<div class="range-block-title">
|
<div class="range-block-title">
|
||||||
Repetition Penalty Range
|
No repeat ngram size
|
||||||
</div>
|
</div>
|
||||||
<div class="range-block-counter">
|
<div class="range-block-counter">
|
||||||
<span id="rep_pen_size_counter_textgenerationwebui">select</span>
|
<span id="rep_pen_size_counter_textgenerationwebui">select</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="range-block-range">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -1402,7 +1402,7 @@ async function Generate(type, automatic_trigger, force_name2) {//encode("dsfs").
|
|||||||
var generate_data = {
|
var generate_data = {
|
||||||
data: [
|
data: [
|
||||||
finalPromt,
|
finalPromt,
|
||||||
this_amount_gen, // min_length
|
this_amount_gen, // max new tokens
|
||||||
doSample, // do_sample
|
doSample, // do_sample
|
||||||
textgenerationwebui_settings.temp, // temperature
|
textgenerationwebui_settings.temp, // temperature
|
||||||
textgenerationwebui_settings.top_p, // top_p
|
textgenerationwebui_settings.top_p, // top_p
|
||||||
|
@@ -615,12 +615,16 @@ input[type=submit] {}
|
|||||||
#right-nav-panel-tabs {
|
#right-nav-panel-tabs {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
width: calc(100% - 15px);
|
width: 100%;
|
||||||
max-height: 30px;
|
max-height: 30px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#right-nav-panel-tabs .right_menu_button:last-of-type {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* ##################################################################### */
|
/* ##################################################################### */
|
||||||
/* Right Panel's Upper Tabs */
|
/* Right Panel's Upper Tabs */
|
||||||
/* ##################################################################### */
|
/* ##################################################################### */
|
||||||
|
Reference in New Issue
Block a user