@werift/openai-webrtc

0.0.8 • Public • Published

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

/@werift/openai-webrtc/

    Package Sidebar

    Install

    npm i @werift/openai-webrtc

    Weekly Downloads

    9

    Version

    0.0.8

    License

    ISC

    Unpacked Size

    9.05 kB

    Total Files

    6

    Last publish

    Collaborators

    • shinyoshiaki