So it turns out Tau isn't capped at 10.
Bumped it for 20 for textgen and kobold, because there's no theoretical limit as far as the math is concerned. I have no idea what the Novel API can take, though.
This commit is contained in:
parent
a26e8ef455
commit
d4688d22d3
|
@ -1049,7 +1049,7 @@
|
|||
</div>
|
||||
<div class="range-block-range-and-counter">
|
||||
<div class="range-block-range">
|
||||
<input type="range" id="mirostat_tau_kobold" name="volume" min="0" max="10" step="0.01" />
|
||||
<input type="range" id="mirostat_tau_kobold" name="volume" min="0" max="20" step="0.01" />
|
||||
</div>
|
||||
<div class="range-block-counter">
|
||||
<div contenteditable="true" data-for="mirostat_tau_kobold" id="mirostat_tau_counter_kobold">
|
||||
|
@ -1587,7 +1587,7 @@
|
|||
</div>
|
||||
<div class="range-block-range-and-counter">
|
||||
<div class="range-block-range">
|
||||
<input type="range" id="mirostat_tau_textgenerationwebui" name="volume" min="0" max="10" step="0.01" />
|
||||
<input type="range" id="mirostat_tau_textgenerationwebui" name="volume" min="0" max="20" step="0.01" />
|
||||
</div>
|
||||
<div class="range-block-counter">
|
||||
<div contenteditable="true" data-for="mirostat_tau_textgenerationwebui" id="mirostat_tau_counter_textgenerationwebui">
|
||||
|
|
Loading…
Reference in New Issue