This is a sample to showcase how audio can be transcribed using whisper-1
model followed by invoking gpt-3.5-turbo
to respond to a query. It demonstrates prompt engineering and basic usage of OpenAI models
-
To capture audio, ensure you have
ffmpeg
installed.- Mac
brew install ffmpeg
pip install -r requirements.txt
python main.py