This is an example of using groq-go to create an audio transcription using the whisper-large-v3 model.
Make sure you have a groq key set in the environment variable GROQ_KEY
, and that the cwd
is the directory of this file.
export GROQ_KEY=your-groq-key
go run .