whisper-node
whisper-node copied to clipboard
When using whisper-node, it blocks the rest of the requests in nest.js.
async getTranscript(filePath: string): Promise
if I remove this line "return await whisper(filePath, options); " then everything works fine, after putting it no request works in that project․
What is the problem? How to fix it?