[FEATURE_REQUEST] Option to toggle disable instruct formatting for example dialogue insertion #1881

This commit is contained in:
Cohee
2024-03-03 19:12:20 +02:00
parent 6ea2cf2abe
commit b9392893dc
2 changed files with 13 additions and 0 deletions

View File

@@ -2756,6 +2756,10 @@
<input id="instruct_macro" type="checkbox" />
<span data-i18n="Replace Macro in Sequences">Replace Macro in Sequences</span>
</label>
<label for="instruct_skip_examples" class="checkbox_label">
<input id="instruct_skip_examples" type="checkbox" />
<span data-i18n="Skip Example Dialogues Formatting">Skip Example Dialogues Formatting</span>
</label>
<label for="instruct_names" class="checkbox_label">
<input id="instruct_names" type="checkbox" />
<span data-i18n="Include Names">Include Names</span>