-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lovely... pls give a vanilla browser version #1
Comments
Hey, this project is very much in development so I wouldn’t recommend relying on this for any serious application yet. |
Thank you for your prompt response!!!! I think your code is more for nodejs, to run in the background I just want a javascript code: that i will include after referring to your javsascript file in the html and... just call some functions/methods in your javascript file to handle the streaming markdowns (many times incomplete) from openAi |
Just so you know, the library is platform agnostic, it doesn't use any node apis, it can be used in the browser directly. Without any js tooling too. |
It is not the minified js i am after, thanks What i mean to say is that i get the chunks of data, so obviously the markdown tags aren't complete I am just being lazy and looking for a javascript running in a browser that will smartly close the tags when incomplete and handle the markdown I don't know if i am clear, please let me know if i am unclear |
Hi
I guess this can be used from within a browser when streaming content from OpenAi API, for example
Can you please help with some examples?
Thanks a ton
The text was updated successfully, but these errors were encountered: