[chore] Fix eslint

696c83f96d93f38b7ae2b472c478ae18f8f54f24

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

1 files changed, +2 -2Ignore whitespace
public/scripts/textgen-settings.js+2 -2
@@ -80,7 +80,7 @@ const OOBA_DEFAULT_ORDER = [
80 'top_a',80 'top_a',
81 'min_p',81 'min_p',
82 'mirostat',82 'mirostat',
83 "xtc"83 'xtc',
84];84];
85const BIAS_KEY = '#textgenerationwebui_api-settings';85const BIAS_KEY = '#textgenerationwebui_api-settings';
8686
@@ -724,7 +724,7 @@ jQuery(function () {
724 'dry_base_textgenerationwebui': 1.75,724 'dry_base_textgenerationwebui': 1.75,
725 'dry_penalty_last_n_textgenerationwebui': 0,725 'dry_penalty_last_n_textgenerationwebui': 0,
726 'xtc_threshold_textgenerationwebui': 0.1,726 'xtc_threshold_textgenerationwebui': 0.1,
727 'xtc_probability_textgenerationwebui': 0727 'xtc_probability_textgenerationwebui': 0,
728 };728 };
729729
730 for (const [id, value] of Object.entries(inputs)) {730 for (const [id, value] of Object.entries(inputs)) {