0.0.8 • Published 8 months ago
@werift/openai-webrtc v0.0.8
openai-realtime-webrtc-nodejs
openai-realtime-webrtc for node.js
Installation
npm i @werift/openai-webrtcSetup and Run
- Ensure you have Node.js installed.
- Clone the repository:
git clone https://github.com/shinyoshiaki/openai-realtime-webrtc-nodejs.git cd openai-realtime-webrtc-nodejs - Set your OpenAI API key in the
.envfile.- For environment setup, please refer to the
env.templatefile.
- For environment setup, please refer to the
- Install dependencies:
npm install - Start the server:
npm run server - In another terminal, start the client:
npm run client