Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lesenelir/openai-stream

Implement streaming with openai-node + Express + React.
https://github.com/lesenelir/openai-stream

Last synced: 4 days ago
JSON representation

Implement streaming with openai-node + Express + React.

Awesome Lists containing this project

README

        

# openai-stream

A small demo for streaming response with an express and React project.

Abandon the use of Vercel's AI library.

## Notes

The difference between openai-node and the AI library is that the AI library has an additional layer of encapsulation, where the content returned in a stream is just text, whereas openai-node streams back an object.

## Libraries
- openai-node
- express
- react