Exclude streaming and multiswipe from textgen presets

6c03a617888c876b46f83ad6dab7db3ac96baa4e

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +3 -0Ignore whitespace
public/scripts/preset-manager.js+3 -0
@@ -301,6 +301,9 @@ class PresetManager {
301301
302302 const filteredKeys = [
303303 'preset',
304+ 'streaming',
305+ 'truncation_length',
306+ 'n',
304307 'streaming_url',
305308 'stopping_strings',
306309 'can_use_tokenization',