UNPKG

@maximai/maxim-js

Version:

Maxim AI JS SDK. Visit https://getmaxim.ai for more info.

13 lines (12 loc) 337 B
/** * Example: Text conversation with OpenAI Realtime API + Maxim logging * * Run with: npx ts-node src/lib/tests/openai/realtime_ex.ts * * Requires: * - OPENAI_API_KEY environment variable * - MAXIM_API_KEY environment variable * - MAXIM_LOG_REPO_ID environment variable * - ws package: npm install ws @types/ws */ export {};