https://github.com/elizabethsiegle/openai-call-transcribe-record
https://github.com/elizabethsiegle/openai-call-transcribe-record
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elizabethsiegle/openai-call-transcribe-record
- Owner: elizabethsiegle
- Created: 2024-03-01T22:27:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-02T02:33:39.000Z (over 1 year ago)
- Last Synced: 2025-02-01T11:24:33.335Z (8 months ago)
- Language: TypeScript
- Size: 108 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# call-gpt
## Project summary
This project is part of the blogpost published [here.](https://www.twilio.com/blog/call-gpt-twilio)
## Developer environment setup
Make sure you have the software you need:- [node.js](https://nodejs.org/) and [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
- [Twilio CLI](https://www.twilio.com/docs/twilio-cli/quickstart)
- [Twilio Serverless Toolkit](https://www.twilio.com/docs/labs/serverless-toolkit)## Environment variables
```shell
ACCOUNT_SID=
AUTH_TOKEN=
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.](https://www.twilio.com/blog/call-gpt-twilio)## Disclaimer
The project published as-is as sample code.