Rearrange context formatting blocks
This commit is contained in:
parent
05d719107f
commit
2a2ab00b55
|
@ -2091,7 +2091,7 @@
|
||||||
<label for="context_story_string">
|
<label for="context_story_string">
|
||||||
<small data-i18n="Story String">Story String</small>
|
<small data-i18n="Story String">Story String</small>
|
||||||
</label>
|
</label>
|
||||||
<textarea id="context_story_string" class="text_pole textarea_compact" rows="3"></textarea>
|
<textarea id="context_story_string" class="text_pole textarea_compact" rows="6"></textarea>
|
||||||
<div class="flex-container">
|
<div class="flex-container">
|
||||||
<div class="flex1">
|
<div class="flex1">
|
||||||
<label for="context_example_separator">
|
<label for="context_example_separator">
|
||||||
|
@ -2167,7 +2167,7 @@
|
||||||
<div class="prompt_overridden">
|
<div class="prompt_overridden">
|
||||||
Overridden by the Character Definitions.
|
Overridden by the Character Definitions.
|
||||||
</div>
|
</div>
|
||||||
<textarea id="instruct_system_prompt" class="text_pole textarea_compact"></textarea>
|
<textarea id="instruct_system_prompt" class="text_pole textarea_compact" rows="4"></textarea>
|
||||||
<div class="flex-container">
|
<div class="flex-container">
|
||||||
<div class="flex1">
|
<div class="flex1">
|
||||||
<label for="instruct_input_sequence">
|
<label for="instruct_input_sequence">
|
||||||
|
@ -2221,15 +2221,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
|
||||||
<h4 data-i18n="Non-markdown strings">
|
|
||||||
Non-markdown strings
|
|
||||||
</h4>
|
|
||||||
<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" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div name="ContextFormatting" class="flex1">
|
<div name="ContextFormatting" class="flex1">
|
||||||
<div>
|
<div>
|
||||||
|
@ -2306,6 +2297,14 @@
|
||||||
Show reply prefix in chat
|
Show reply prefix in chat
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
|
<div>
|
||||||
|
<h4 data-i18n="Non-markdown strings">
|
||||||
|
Non-markdown strings
|
||||||
|
</h4>
|
||||||
|
<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" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<h4>
|
<h4>
|
||||||
<span data-i18n="Custom Stopping Strings">
|
<span data-i18n="Custom Stopping Strings">
|
||||||
Custom Stopping Strings (KoboldAI/TextGen/NovelAI)
|
Custom Stopping Strings (KoboldAI/TextGen/NovelAI)
|
||||||
|
|
Loading…
Reference in New Issue