mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Simplify UI hints
This commit is contained in:
@@ -1550,16 +1550,15 @@
|
|||||||
<span data-i18n="Use the appropriate tokenizer for Google models via their API. Slower prompt processing, but offers much more accurate token counting.">Use the appropriate tokenizer for Google models via their API. Slower prompt processing, but offers much more accurate token counting.</span>
|
<span data-i18n="Use the appropriate tokenizer for Google models via their API. Slower prompt processing, but offers much more accurate token counting.">Use the appropriate tokenizer for Google models via their API. Slower prompt processing, but offers much more accurate token counting.</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div data-newbie-hidden class="range-block" data-source="claude">
|
<div data-newbie-hidden class="range-block flexGap5" data-source="claude">
|
||||||
<label for="claude_exclude_prefixes" title="Exclude Human/Assistant prefixes" class="checkbox_label widthFreeExpand">
|
<label for="claude_exclude_prefixes" title="Exclude Human/Assistant prefixes" class="checkbox_label widthFreeExpand">
|
||||||
<input id="claude_exclude_prefixes" type="checkbox" />
|
<input id="claude_exclude_prefixes" type="checkbox" />
|
||||||
<span data-i18n="Exclude Human/Assistant prefixes">Exclude Human/Assistant prefixes</span>
|
<span data-i18n="Exclude Human/Assistant prefixes">Exclude Human/Assistant prefixes</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="toggle-description justifyLeft">
|
<div class="toggle-description justifyLeft">
|
||||||
<span data-i18n="Exclude Human/Assistant prefixes from being added to the prompt.">
|
<span data-i18n="Exclude Human/Assistant prefixes from being added to the prompt.">
|
||||||
Exclude Human/Assistant prefixes from being added to the prompt.
|
Exclude Human/Assistant prefixes from being added to the prompt, except very first/last message and Assistant suffix.
|
||||||
(Exeptions: very first/last prompt in prompts, Assistant suffix, Sysprompt human message).
|
Requires 'Add character names' checked.
|
||||||
(Requires: 'Add character names' checked, advanced prompting skill.).
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<label for="exclude_assistant" title="Exclude Assistant suffix" class="checkbox_label widthFreeExpand">
|
<label for="exclude_assistant" title="Exclude Assistant suffix" class="checkbox_label widthFreeExpand">
|
||||||
@@ -1568,7 +1567,7 @@
|
|||||||
</label>
|
</label>
|
||||||
<div class="toggle-description justifyLeft">
|
<div class="toggle-description justifyLeft">
|
||||||
<span data-i18n="Exclude the assistant suffix from being added to the end of prompt.">
|
<span data-i18n="Exclude the assistant suffix from being added to the end of prompt.">
|
||||||
Exclude the assistant suffix from being added to the end of prompt (Requires jailbreak with 'Assistant:' in it).
|
Exclude the assistant suffix from being added to the end of prompt. Requires jailbreak with 'Assistant:' in it.
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div id="claude_assistant_prefill_block" class="wide100p">
|
<div id="claude_assistant_prefill_block" class="wide100p">
|
||||||
|
Reference in New Issue
Block a user