Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 311 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 311 Bytes

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 .