Skip to content

WebRTCventures/vonage-openai-demo

 
 

Repository files navigation

Vonage Video API's with Chat GPT

This sample application shows how to connect to an OpenTok session, publish a stream and integrate to OpenAI Chat GPT.

Running the App

Copy the .envcopy file to an .env file and insert your credentials:

cp .envcopy .env

Use the correct version of node using:

nvm use

Or make sure to use node version of 16.

Install dependencies using:

npm install

Start the app using:

npm start

Your app should be running at: http://localhost:8080/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.3%
  • Pug 13.7%
  • CSS 9.0%