@stream-io/openai-realtime-api
v0.3.3
Published
Wrapper for OpenAI Realtime API client
Maintainers
Keywords
Readme
Wrapper for Open AI Realtime API client, that fixes a few issues and allows using it with Stream Node SDK and Stream Edge Network.
Installation
npm install @stream-io/openai-realtime-api
yarn add @stream-io/openai-realtime-apiAPI
This package is not meant to be used directly. Instead, install it alongside
Stream Node SDK and use the call.joinOpenAi() method.
Build and Release (for Stream developers)
To build for local testing or before publishing:
yarn run buildPublishing is manual for now:
Update the version in package.json
Build the package with
yarn run buildPubish to NPM:
npm publish --access public
