| @@ -3335,7 +3335,7 @@ async function getStatusOpen() { | ||
| 3335 | 3335 | chat_completion_sources.GROQ, |
| 3336 | 3336 | ]; |
| 3337 | 3337 | if (noValidateSources.includes(oai_settings.chat_completion_source)) { |
| 3338 | 3338 | let status = 't`Unable to verify key; press \"Test Message\" to validate.'`; |
| 3339 | 3339 | setOnlineStatus(status); |
| 3340 | 3340 | return resultCheckStatus(); |
| 3341 | 3341 | } |
| @@ -3813,7 +3813,7 @@ function onLogitBiasPresetExportClick() { | ||
| 3813 | 3813 | } |
| 3814 | 3814 | |
| 3815 | 3815 | async function onDeletePresetClick() { |
| 3816 | 3816 | const confirm = await callPopup('t`Delete the preset? This action is irreversible and your current settings will be overwritten.'`, 'confirm'); |
| 3817 | 3817 | |
| 3818 | 3818 | if (!confirm) { |
| 3819 | 3819 | return; |