Fix element id for nsigma

5ecfbf3933888c465a0012fa797a30790347c54c

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

1 files changed, +1 -2Showing whitespace changes
public/scripts/textgen-settings.js+1 -2
@@ -803,8 +803,7 @@ jQuery(function () {
803803 'dry_penalty_last_n_textgenerationwebui': 0,
804804 'xtc_threshold_textgenerationwebui': 0.1,
805805 'xtc_probability_textgenerationwebui': 0,
806806 'nsigma_counter_textgenerationwebuinsigma_textgenerationwebui': 0,
807- 'epsilon_cutoff_counter_textgenerationwebui': 0,
808807 };
809808
810809 for (const [id, value] of Object.entries(inputs)) {