Skip to content

Call a number to talk with Chat GPT powered by Twilio

Notifications You must be signed in to change notification settings

jackthebox/call-gpt

 
 

Repository files navigation

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.

About

Call a number to talk with Chat GPT powered by Twilio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%