Skip to content

Latest commit

 

History

History

audio-lex-fridman

audio-lex-fridman

This is an example of using groq-go to create an audio transcription using the whisper-large-v3 model.

Usage

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 .