@pallasoft/ps-openai
v2.2.1
Published
Shared Pallasoft package for communicating with the OpenAI API — chat/completions, function-calling tools, and realtime voice — built on OpenAI's official `openai` library. Server-side helpers live under `OpenAI.Server`, the browser-side realtime voice ho
Readme
@pallasoft/ps-openai
Shared Pallasoft package for communicating with the OpenAI API — chat/completions, function-calling tools, and realtime voice — built on OpenAI's official openai library. Server-side helpers live under OpenAI.Server, the browser-side realtime voice hook lives under OpenAI.Client, and shared types live under OpenAI.Common.
Scripts
npm run buildcompiles the package intodist.npm run lintruns ESLint using the shared package baseline.npm run format:checkchecks Prettier formatting.npm run releasepublishes through semantic-release.
