mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-20 21:41:32 +01:00
header-ify custom stop strings and tokenizer sections
This commit is contained in:
parent
2f36b659cf
commit
3ed198deb7
@ -3167,7 +3167,7 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div>
|
||||
<h4 class="range-block-title justifyLeft">
|
||||
<h4 class="range-block-title justifyLeft standoutHeader">
|
||||
<span data-i18n="Custom Stopping Strings">
|
||||
Custom Stopping Strings
|
||||
</span>
|
||||
@ -3269,7 +3269,7 @@
|
||||
<hr>
|
||||
<div name="tokenizerSettingsBlock">
|
||||
<div data-newbie-hidden name="tokenizerSelectorBlock">
|
||||
<h4><span data-i18n="Tokenizer">Tokenizer</span>
|
||||
<h4 class="standoutHeader"><span data-i18n="Tokenizer">Tokenizer</span>
|
||||
<a href="https://docs.sillytavern.app/usage/core-concepts/advancedformatting/#tokenizer" class="notes-link" target="_blank">
|
||||
<span class="fa-solid fa-circle-question note-link-span"></span>
|
||||
</a>
|
||||
@ -3302,23 +3302,23 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4 class="range-block-title justifyLeft">
|
||||
<small>
|
||||
<span data-i18n="Non-markdown strings">
|
||||
Non-markdown strings
|
||||
</span>
|
||||
</h4>
|
||||
</small>
|
||||
<div>
|
||||
<input id="markdown_escape_strings" class="text_pole textarea_compact" type="text" data-i18n="[placeholder]separate with commas w/o space between" placeholder="separate with commas w/o space between" maxlength="100" />
|
||||
<input id="markdown_escape_strings" class="text_pole textarea_compact" type="text" data-i18n="[placeholder]comma delimited,no spaces between" placeholder="comma delimited,no spaces between" maxlength="100" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex-container flexFlowColumn" data-newbie-hidden name="startReplyWithBlock">
|
||||
<div data-newbie-hidden name="startReplyWithBlock">
|
||||
<div>
|
||||
<h4 class="range-block-title justifyLeft">
|
||||
<small>
|
||||
<span data-i18n="Start Reply With">
|
||||
Start Reply With
|
||||
</span>
|
||||
</h4>
|
||||
</small>
|
||||
<div>
|
||||
<div contenteditable="true" id="start_reply_with" rows="2" class="text_pole textarea_compact" data-i18n="[placeholder]AI reply prefix" placeholder="AI reply prefix"></div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user