nodejs-whisper icon indicating copy to clipboard operation
nodejs-whisper copied to clipboard

Do not use the console in downloadModel.ts

Open binarykitchen opened this issue 9 months ago • 0 comments

Please do not use console but logger in this file https://github.com/ChetanXpro/nodejs-whisper/blob/main/src/downloadModel.ts#L63

I've noticed it gets logged the wrong way when you download and compile a model.

Also, in some places I still see console.error(...) ... please change to logger.error(...) thanks :)

binarykitchen avatar Jan 10 '25 05:01 binarykitchen