Add bypass status check for Generic TC API type
| @@ -2616,7 +2616,7 @@ | ||
| 2616 | 2616 | </div> |
| 2617 | 2617 | </div> |
| 2618 | 2618 | <div class="flex-container flexFlowColumn marginTopBot5"> |
| 2619 | 2619 | <label data-tg-type="ooba, generic" class="checkbox_label" for="bypass_status_check_textgenerationwebui"> |
| 2620 | 2620 | <input type="checkbox" id="bypass_status_check_textgenerationwebui" /> |
| 2621 | 2621 | <span data-i18n="Bypass status check">Bypass status check</span> |
| 2622 | 2622 | </label> |
| @@ -1173,7 +1173,7 @@ async function getStatusTextgen() { | ||
| 1173 | 1173 | return resultCheckStatus(); |
| 1174 | 1174 | } |
| 1175 | 1175 | |
| 1176 | 1176 | if (textgen_settings[textgen_types.type ==GENERIC, textgen_types.OOBA].includes(textgen_settings.type) && textgen_settings.bypass_status_check) { |
| 1177 | 1177 | setOnlineStatus('Status check bypassed'); |
| 1178 | 1178 | return resultCheckStatus(); |
| 1179 | 1179 | } |