kuschanton / call-gpt

Call a number to talk with Chat GPT powered by Twilio
8 stars 2 forks source link

call-gpt

Project summary

This project is part of the blogpost published here.

Developer environment setup

Make sure you have the software you need:

Environment variables

ACCOUNT_SID=<Twilio Account SID>
AUTH_TOKEN=<Twilio Auth Token>
OPENAI_API_KEY=<OpenAI API key>

Available scripts

npm run start - starts project locally

npm run deploy - deploys project to Twilio Functions using credentials from .env file

Tutorial

The blogpost with tutorial for this project you will find here.

Disclaimer

The project published as-is as sample code.