mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Auto Swipe: changed default and placeholder
This commit is contained in:
@ -1690,7 +1690,7 @@
|
|||||||
<input id="auto_swipe_minimum_length" name="auto_swipe_minimum_length" type="number" min="0" step="1" value="0" class="text_pole">
|
<input id="auto_swipe_minimum_length" name="auto_swipe_minimum_length" type="number" min="0" step="1" value="0" class="text_pole">
|
||||||
<div>Blacklisted words</div>
|
<div>Blacklisted words</div>
|
||||||
<div class="auto_swipe">
|
<div class="auto_swipe">
|
||||||
<input id="auto_swipe_blacklist" name="auto_swipe_blacklist" placeholder="ethical, guidelines, harmful, illegal, comfortable, generating" class="text_pole" maxlength="500" value="" autocomplete="off">
|
<input id="auto_swipe_blacklist" name="auto_swipe_blacklist" placeholder="words you dont want generated separated by comma ','" class="text_pole" maxlength="500" value="" autocomplete="off">
|
||||||
<div>Blacklisted word count to swipe</div>
|
<div>Blacklisted word count to swipe</div>
|
||||||
<input id="auto_swipe_blacklist_threshold" name="auto_swipe_blacklist_threshold" type="number" min="0" step="1" value="1" class="text_pole">
|
<input id="auto_swipe_blacklist_threshold" name="auto_swipe_blacklist_threshold" type="number" min="0" step="1" value="1" class="text_pole">
|
||||||
</div>
|
</div>
|
||||||
|
@ -109,7 +109,7 @@ let power_user = {
|
|||||||
|
|
||||||
auto_swipe: false,
|
auto_swipe: false,
|
||||||
auto_swipe_minimum_length: 0,
|
auto_swipe_minimum_length: 0,
|
||||||
auto_swipe_blacklist: ["ethical", "guidelines", "harmful", "illegal", "comfortable", "generating"],
|
auto_swipe_blacklist: [],
|
||||||
auto_swipe_blacklist_threshold: 2,
|
auto_swipe_blacklist_threshold: 2,
|
||||||
auto_scroll_chat_to_bottom: true,
|
auto_scroll_chat_to_bottom: true,
|
||||||
auto_fix_generated_markdown: true,
|
auto_fix_generated_markdown: true,
|
||||||
|
Reference in New Issue
Block a user