Exclude streaming and multiswipe from textgen presets
| @@ -301,6 +301,9 @@ class PresetManager { | ||
| 301 | 301 | |
| 302 | 302 | const filteredKeys = [ |
| 303 | 303 | 'preset', |
| 304 | + 'streaming', | |
| 305 | + 'truncation_length', | |
| 306 | + 'n', | |
| 304 | 307 | 'streaming_url', |
| 305 | 308 | 'stopping_strings', |
| 306 | 309 | 'can_use_tokenization', |