0.3.9 • Published 1 year ago

openai-partial-stream v0.3.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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