Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 512 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 512 Bytes

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/