Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 923 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 923 Bytes

Flask App for Twilio

This is a very basic flask ap

Installation

  1. Create a .env file and place your openai key here like
OPENAI_API_KEY=sk-***
  1. run the flask app with python app.py

  2. Install ngrok and run ngrok http 5001

  3. Setup a Twilio account and set up Functions:

    • Transcribe to run on pick up
    • Respond to run every time the human speaks
  4. Obtain a Twilio phone number and set the voice configuration

Call and talk!