[chore] Fix eslint
| @@ -80,7 +80,7 @@ const OOBA_DEFAULT_ORDER = [ | ||
| 80 | 80 | 'top_a', |
| 81 | 81 | 'min_p', |
| 82 | 82 | 'mirostat', |
| 83 | - "xtc" | |
| 83 | + 'xtc', | |
| 84 | 84 | ]; |
| 85 | 85 | const BIAS_KEY = '#textgenerationwebui_api-settings'; |
| 86 | 86 | |
| @@ -724,7 +724,7 @@ jQuery(function () { | ||
| 724 | 724 | 'dry_base_textgenerationwebui': 1.75, |
| 725 | 725 | 'dry_penalty_last_n_textgenerationwebui': 0, |
| 726 | 726 | 'xtc_threshold_textgenerationwebui': 0.1, |
| 727 | 727 | 'xtc_probability_textgenerationwebui': 0, |
| 728 | 728 | }; |
| 729 | 729 | |
| 730 | 730 | for (const [id, value] of Object.entries(inputs)) { |