mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 10:57:45 +01:00
Adjust sequence naming
This commit is contained in:
parent
0551c8023e
commit
65a580a402
@ -2959,7 +2959,7 @@
|
|||||||
<div class="flex-container">
|
<div class="flex-container">
|
||||||
<div class="flex1" title="Inserted before the first Assistant's message.">
|
<div class="flex1" title="Inserted before the first Assistant's message.">
|
||||||
<label for="instruct_first_output_sequence">
|
<label for="instruct_first_output_sequence">
|
||||||
<small data-i18n="First Output Prefix">First Output Prefix</small>
|
<small data-i18n="First Assistant Prefix">First Assistant Prefix</small>
|
||||||
</label>
|
</label>
|
||||||
<div>
|
<div>
|
||||||
<textarea id="instruct_first_output_sequence" class="text_pole textarea_compact autoSetHeight" maxlength="2000" placeholder="—" rows="1"></textarea>
|
<textarea id="instruct_first_output_sequence" class="text_pole textarea_compact autoSetHeight" maxlength="2000" placeholder="—" rows="1"></textarea>
|
||||||
@ -2967,7 +2967,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="flex1" title="Inserted before the last Assistant's message or as a last prompt line when generating an AI reply (except a neutral/system role).">
|
<div class="flex1" title="Inserted before the last Assistant's message or as a last prompt line when generating an AI reply (except a neutral/system role).">
|
||||||
<label for="instruct_last_output_sequence">
|
<label for="instruct_last_output_sequence">
|
||||||
<small data-i18n="Last Output Prefix">Last Output Prefix</small>
|
<small data-i18n="Last Assistant Prefix">Last Assistant Prefix</small>
|
||||||
</label>
|
</label>
|
||||||
<div>
|
<div>
|
||||||
<textarea id="instruct_last_output_sequence" class="text_pole wide100p textarea_compact autoSetHeight" maxlength="2000" placeholder="—" rows="1"></textarea>
|
<textarea id="instruct_last_output_sequence" class="text_pole wide100p textarea_compact autoSetHeight" maxlength="2000" placeholder="—" rows="1"></textarea>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user