Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 629 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 629 Bytes

AI Voice Assistant with the OpenAI Realtime API

This project was created from the OpenAI official example for the Realtime API: https://github.com/openai/openai-realtime-console

Full video to see the app in action:

Start the app

  1. Create a .env file with REACT_APP_SCRAPINGANT_API_KEY= and the value of your ScrapingAnt API key
  2. Run:
    yarn && yarn start
  3. After you scrape the website, it will ask you to enter an OpenAI API key.

The app should be available via localhost:3000.