mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-21 06:03:15 +01:00
Add line breaks
This commit is contained in:
parent
d501c6cf6e
commit
dbf1aa6816
@ -594,8 +594,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="toggle-description justifyLeft">
|
||||
<span data-i18n="Wraps activated World Info entries before inserting into the prompt.">Wraps activated World Info entries before inserting into the prompt.</span> <span data-i18n="scenario_format_template_part_1">Use</span>
|
||||
<code>{0}</code> <span data-i18n="scenario_format_template_part_2">to mark a place where the content is inserted.</span>
|
||||
<span data-i18n="Wraps activated World Info entries before inserting into the prompt.">Wraps activated World Info entries before inserting into the prompt.</span>
|
||||
<span data-i18n="scenario_format_template_part_1">Use</span><code>{0}</code>
|
||||
<span data-i18n="scenario_format_template_part_2">to mark a place where the content is inserted.</span>
|
||||
</div>
|
||||
<div class="wide100p">
|
||||
<textarea id="wi_format_textarea" class="text_pole textarea_compact autoSetHeight" rows="3" placeholder="—"></textarea>
|
||||
@ -821,21 +822,24 @@
|
||||
<h4 class="wide100p textAlignCenter" data-i18n="Mirostat">Mirostat</h4>
|
||||
<div class="flex-container flexFlowRow gap10px flexShrink">
|
||||
<div class="alignitemscenter flex-container flexFlowColumn flexGrow flexShrink gap0">
|
||||
<small><span data-i18n="Mode">Mode</span>
|
||||
<small>
|
||||
<span data-i18n="Mode">Mode</span>
|
||||
<div class="fa-solid fa-circle-info opacity50p" title="A value of 0 disables Mirostat entirely. 1 is for Mirostat 1.0, and 2 is for Mirostat 2.0" data-i18n="[title]Mirostat_Mode_desc"></div>
|
||||
</small>
|
||||
<input class="neo-range-slider" type="range" id="mirostat_mode_kobold" name="volume" min="0" max="2" step="1" />
|
||||
<input class="neo-range-input" type="number" min="0" max="2" step="1" data-for="mirostat_mode_kobold" id="mirostat_mode_counter_kobold">
|
||||
</div>
|
||||
<div class="alignitemscenter flex-container flexFlowColumn flexGrow flexShrink gap0">
|
||||
<small><span data-i18n="Tau">Tau</span>
|
||||
<small>
|
||||
<span data-i18n="Tau">Tau</span>
|
||||
<div class="fa-solid fa-circle-info opacity50p" title="Controls variability of Mirostat outputs" data-i18n="[title]Mirostat_Tau_desc"></div>
|
||||
</small>
|
||||
<input class="neo-range-slider" type="range" id="mirostat_tau_kobold" name="volume" min="0" max="20" step="0.01" />
|
||||
<input class="neo-range-input" type="number" min="0" max="20" step="0.01" data-for="mirostat_tau_kobold" id="mirostat_tau_counter_kobold">
|
||||
</div>
|
||||
<div class="alignitemscenter flex-container flexFlowColumn flexGrow flexShrink gap0">
|
||||
<small><span data-i18n="Eta">Eta</span>
|
||||
<small>
|
||||
<span data-i18n="Eta">Eta</span>
|
||||
<div class="fa-solid fa-circle-info opacity50p" title="Controls learning rate of Mirostat" data-i18n="[title]Mirostat_Eta_desc"></div>
|
||||
</small>
|
||||
<input class="neo-range-slider" type="range" id="mirostat_eta_kobold" name="volume" min="0" max="1" step="0.01" />
|
||||
|
Loading…
Reference in New Issue
Block a user