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