Option to disable name forcing for instruct groups and personas

This commit is contained in:
Cohee
2023-08-08 17:11:38 +03:00
parent 5f97a52d58
commit 5ba7588838
2 changed files with 13 additions and 2 deletions

View File

@@ -1846,7 +1846,7 @@
<span data-i18n="Trim Incomplete Sentences">Trim Incomplete Sentences</span>
</label>
<!-- Add margin since this is a child of above -->
<label style="margin-left: 1em;" class="checkbox_label" for="include_newline_checkbox">
<label class="checkbox_label indent20p" for="include_newline_checkbox">
<input id="include_newline_checkbox" type="checkbox" />
<span data-i18n="Include Newline">Include Newline</span>
</label>
@@ -1890,6 +1890,10 @@
<input id="instruct_names" type="checkbox" />
<span data-i18n="Include Names">Include Names</span>
</label>
<label for="instruct_names_force_groups" class="checkbox_label indent20p">
<input id="instruct_names_force_groups" type="checkbox" />
<span data-i18n="Force for Groups and Personas">Force for Groups and Personas</span>
</label>
</div>
<label for="instruct_presets">
<span data-i18n="Presets">Presets</span>