openai-streams icon indicating copy to clipboard operation
openai-streams copied to clipboard

Tools for working with OpenAI streams in Node.js and TypeScript.

Results 4 openai-streams issues
Sort by recently updated
recently updated
newest added

I am using openai-stream library to build a chat application. We need support continue generating response feature like the one we have in ChatGPT. Looking at the code of the...

Hi, I am wondering if you could add Function calling support that was added in `gpt-3.5-turbo-0613`. I've been able to use `raw` mode to implement my own using this package...

``` ❯ node --loader tsx (node:64749) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was...

Hi, Thanks for building this great project. When I deployed the changes using the CJS implementation to my machine, it surfaced an error Error: No fetch implementation found. After doing...