mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove unused beam search
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user