Skip to content

Releases: Juanestban/whisper-tnode

Release 1.3.2

28 Oct 14:11
Compare
Choose a tag to compare
fix: error to install model when user use funcion whisper

Release 0.6.2

21 Oct 18:50
Compare
Choose a tag to compare
  • Chore: can use function whisper, send audio or video and this will return array with the next format
[
  {
    "start": "00:00:00",
    "end": "00:00:00",
    "speech": "text done",
  }
]
  • Fix: error to test library
  • Fix: error missing return when whisper function catch error, now that will return array empty