Exclude streaming and multiswipe from textgen presets
| @@ -301,6 +301,9 @@ class PresetManager { | |||
| 301 | 301 | ||
| 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', |