Remove unused beam search

f0d361bc7aa20e266d7353916734a8bec877995b

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +0 -1Ignore whitespace
public/scripts/textgen-settings.js+0 -1
@@ -123,7 +123,6 @@ const settings = {
123 rep_pen_slope: 1,123 rep_pen_slope: 1,
124 no_repeat_ngram_size: 0,124 no_repeat_ngram_size: 0,
125 penalty_alpha: 0,125 penalty_alpha: 0,
126 use_beam_search: false,
127 num_beams: 1,126 num_beams: 1,
128 length_penalty: 1,127 length_penalty: 1,
129 min_length: 0,128 min_length: 0,