Exclude streaming and multiswipe from textgen presets

This commit is contained in:
Cohee 2024-07-12 23:43:21 +03:00
parent 2232a4fbd7
commit 6c03a61788

View File

@ -301,6 +301,9 @@ class PresetManager {
const filteredKeys = [
'preset',
'streaming',
'truncation_length',
'n',
'streaming_url',
'stopping_strings',
'can_use_tokenization',