[chore] Fix eslint
| @@ -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 | ]; |
| 85 | const BIAS_KEY = '#textgenerationwebui_api-settings'; | 85 | const BIAS_KEY = '#textgenerationwebui_api-settings'; |
| 86 | 86 | ||
| @@ -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': 0 | 727 | 'xtc_probability_textgenerationwebui': 0, |
| 728 | }; | 728 | }; |
| 729 | 729 | ||
| 730 | for (const [id, value] of Object.entries(inputs)) { | 730 | for (const [id, value] of Object.entries(inputs)) { |