From 696c83f96d93f38b7ae2b472c478ae18f8f54f24 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:36:28 +0300 Subject: [PATCH] [chore] Fix eslint --- public/scripts/textgen-settings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/scripts/textgen-settings.js b/public/scripts/textgen-settings.js index 6f863b496..f0b3d6ce9 100644 --- a/public/scripts/textgen-settings.js +++ b/public/scripts/textgen-settings.js @@ -80,7 +80,7 @@ const OOBA_DEFAULT_ORDER = [ 'top_a', 'min_p', 'mirostat', - "xtc" + 'xtc', ]; const BIAS_KEY = '#textgenerationwebui_api-settings'; @@ -724,7 +724,7 @@ jQuery(function () { 'dry_base_textgenerationwebui': 1.75, 'dry_penalty_last_n_textgenerationwebui': 0, 'xtc_threshold_textgenerationwebui': 0.1, - 'xtc_probability_textgenerationwebui': 0 + 'xtc_probability_textgenerationwebui': 0, }; for (const [id, value] of Object.entries(inputs)) {