UNPKG

@tsailab/xai

Version:

The loto-xai is an openai nodejs sdk compatible extension library.

6 lines 256 B
export const EventStreamContentType = 'text/event-stream'; export const globalFetch = globalThis.fetch; export * from './streamable.types'; export * from './streamable.error'; export { XaiSseFetch } from './xai.sse.fetch'; //# sourceMappingURL=index.js.map