mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-10 09:00:14 +01:00
Remove unused beam search
This commit is contained in:
parent
28837ff883
commit
f0d361bc7a
@ -123,7 +123,6 @@ const settings = {
|
|||||||
rep_pen_slope: 1,
|
rep_pen_slope: 1,
|
||||||
no_repeat_ngram_size: 0,
|
no_repeat_ngram_size: 0,
|
||||||
penalty_alpha: 0,
|
penalty_alpha: 0,
|
||||||
use_beam_search: false,
|
|
||||||
num_beams: 1,
|
num_beams: 1,
|
||||||
length_penalty: 1,
|
length_penalty: 1,
|
||||||
min_length: 0,
|
min_length: 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user