Skip to content

Latest commit

 

History

History

gpt-3.5-turbo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Usage of whisper-1 and gpt-3.5-turbo

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

Pre-reqs

Local run

pip install -r requirements.txt
python main.py

img.png