[chore] Fix eslint

696c83f96d93f38b7ae2b472c478ae18f8f54f24

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

1 files changed, +2 -2Showing whitespace changes
public/scripts/textgen-settings.js+2 -2
@@ -80,7 +80,7 @@ const OOBA_DEFAULT_ORDER = [
8080 'top_a',
8181 'min_p',
8282 'mirostat',
83- "xtc"
83+ 'xtc',
8484];
8585const BIAS_KEY = '#textgenerationwebui_api-settings';
8686
@@ -724,7 +724,7 @@ jQuery(function () {
724724 'dry_base_textgenerationwebui': 1.75,
725725 'dry_penalty_last_n_textgenerationwebui': 0,
726726 'xtc_threshold_textgenerationwebui': 0.1,
727727 'xtc_probability_textgenerationwebui': 0,
728728 };
729729
730730 for (const [id, value] of Object.entries(inputs)) {