This is a project designed to be used alongside the youtube tutorial series here.
This tutorial series will help you create your own audio chatGPT - talk to it, and it will talk back - no openAI premium subscription needed!
Up and running
Dependencies
- nodejs
- Get an openAI API key here
- Set up a google cloud account, service account, and enable text to speech and speech to text APIs (watch video 1 for instructions)
- Install Sox - see the instructions for your OS
Running
- clone this repo
- paste your OPEN_AI_API_KEY into the .env file:
OPEN_AI_API_KEY=YOUR_KEY_HERE npm inpm run start