ChetanXpro / nodejs-whisper

NodeJS Bindings for Whisper - the CPU version of OpenAI's Whisper, as initially crafted in C++ by ggerganov.
https://npmjs.com/nodejs-whisper
MIT License
93 stars 22 forks source link

Only check if provided autoDownloadModelName already exist #98

Closed SimonRosengren closed 2 months ago

SimonRosengren commented 3 months ago

Instead of checking if any model already exist when being given a autoDownloadModelName, perhaps it would be better to check if the one provided already exists.

This would allow for more than one model existing.