I run my code, but it has a error this is error ` const transcript = await whisper(filePath, options); ^ TypeError: whisper is not a function at file:///Users/xx/test/test1.js:17:26 at ModuleJob.run (node:internal/modules/esm/module_job:192:25) `
I run my code, but it has a error
this is error
`
const transcript = await whisper(filePath, options);
^
TypeError: whisper is not a function
at file:///Users/xx/test/test1.js:17:26
at ModuleJob.run (node:internal/modules/esm/module_job:192:25)
`