Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

openai-partial-stream

st3w4r10.3kMIT0.3.9TypeScript support: included

  • Convert a stream of token into a parsable JSON object before the stream ends. - Implement Streaming UI in LLM-based AI application. - Leverage OpenAI Function Calling for early stream processing. - Parse JSON stream into distinct

stream, tokens, openai, json-parser, json-parsing, token-passing, ai-app, gpt-3, openai-api, gpt-4, llm, chatgpt, chatgpt-api, openai-function-calling, llm-apps, streaming-ui, blocking-ui

readme

OpenaAI Partial Stream Library

  • Convert a stream of token into a parsable JSON object before the stream ends.
  • Implement Streaming UI in LLM-based AI application.
  • Leverage OpenAI Function Calling for early stream processing.
  • Parse JSON stream into distinct entities.
  • Engage your users with a real-time experience.

Installation

npm install openai-partial-stream

Usage Example on GitHub

Follow the Work