this.#log("Failed to load the native whisper model:",error);
leterrMsg=error.message;
throwerror;
if (errMsg.includes("Could not locate file")){
errMsg=
"The native whisper model failed to download from the huggingface.co CDN. Your internet connection may be unstable or blocked by Huggingface.co - you will need to download the model manually and place it in the storage/models folder to use local Whisper transcription.";
}
this.#log(
`Failed to load the native whisper model: ${errMsg}`,