Fix Storywriter-Llama2.settings
Removed "can_use_streaming" since that should be determined by SillyTavern and not be hardcoded in the preset.
This commit is contained in:
parent
3f015f4bd2
commit
7dfaf6f0b0
|
@ -4,7 +4,6 @@
|
|||
"temp": 0.72,
|
||||
"rep_pen": 1.1,
|
||||
"rep_pen_range": 4096,
|
||||
"can_use_streaming": true,
|
||||
"streaming_kobold": true,
|
||||
"top_p": 0.73,
|
||||
"top_a": 0,
|
||||
|
|
Loading…
Reference in New Issue