GitHub - heaversm/audio-chat-gpt-tutorial: A tutorial on how to talk to chatGPT and have it talk back to you using the google cloud speech API

1 min read Original article ↗

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 i
  • npm run start