diff --git a/public/index.html b/public/index.html index 9e5f31670..b9214dd96 100644 --- a/public/index.html +++ b/public/index.html @@ -1690,7 +1690,7 @@
Blacklisted words
- +
Blacklisted word count to swipe
diff --git a/public/scripts/power-user.js b/public/scripts/power-user.js index 053cf63dc..8a7e021a3 100644 --- a/public/scripts/power-user.js +++ b/public/scripts/power-user.js @@ -109,7 +109,7 @@ let power_user = { auto_swipe: false, auto_swipe_minimum_length: 0, - auto_swipe_blacklist: ["ethical", "guidelines", "harmful", "illegal", "comfortable", "generating"], + auto_swipe_blacklist: [], auto_swipe_blacklist_threshold: 2, auto_scroll_chat_to_bottom: true, auto_fix_generated_markdown: true,