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
302 const filteredKeys = [302 const filteredKeys = [
303 'preset',303 'preset',
304 'streaming',
305 'truncation_length',
306 'n',
304 'streaming_url',307 'streaming_url',
305 'stopping_strings',308 'stopping_strings',
306 'can_use_tokenization',309 'can_use_tokenization',