edubruell / tidyllm

An tidy interface to large language model APIs for R
https://edubruell.github.io/tidyllm/
Other
36 stars 2 forks source link

Add groq_whisper() function for fast speech-to-text transcription #14

Closed edubruell closed 1 month ago

edubruell commented 1 month ago

Description: Integrate Groq’s Whisper models for fast speech-to-text transcription in tidyllm. Add support for handling various audio file formats and optionally detecting languages.

Possible Actions:

edubruell commented 1 month ago

It is called groq_transcribe() and it works...