This is a very basic flask ap
- Create a
.env
file and place your openai key here like
OPENAI_API_KEY=sk-***
-
run the flask app with
python app.py
-
Install ngrok and run
ngrok http 5001
-
Setup a Twilio account and set up Functions:
- Transcribe to run on pick up
- Respond to run every time the human speaks
-
Obtain a Twilio phone number and set the voice configuration
Call and talk!