Skip to content

wayeast/twilio-chatgpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Install non-standard packages:

pip install aiohttp, dotenv, twilio

Create a .env file by copying env.example and replacing placeholder values.

Get twilio to talk to your local dev instance by starting ngrok

ngrok http 8080

and having your twilio number POST to <ngrok url>/twilio/twiml/start.

Start the server:

python chat.py

Now, you can call your twilio number and talk to ChatGPT.

About

Interact with ChatGPT with voice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages