0.0.6 • Published 5 months ago

@werift/gemini-webrtc v0.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

openai-realtime-webrtc-nodejs

openai-realtime-webrtc for node.js

Installation

npm i @werift/openai-webrtc

Setup and Run

  1. Ensure you have Node.js installed.
  2. Clone the repository:
    git clone https://github.com/shinyoshiaki/openai-realtime-webrtc-nodejs.git
    cd openai-realtime-webrtc-nodejs
  3. Set your OpenAI API key in the .env file.
    • For environment setup, please refer to the env.template file.
  4. Install dependencies:
    npm install
  5. Start the server:
    npm run server
  6. In another terminal, start the client:
    npm run client
0.0.6

5 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago