-
Notifications
You must be signed in to change notification settings - Fork 5
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
support streaming messages #73
Comments
Yes, it was, but not there. That is simulating streaming. It still doesn't return anything until the whole message is received, but it then slowly "streams" the content. Results actually in a longer wait time. However, actual streaming was added, but only in dev so far. Should be in a coming update, but will also result in some other changes that should be addressed due to deep-chat changes. |
Update on previous comment. Tried out streaming functionality in dev, and it works well to stream text results. Some issues remain, so shouldn't be put into Bidara yet. I opened one issue so far regarding download links on deep-chat, and will look out for others. Should wait on this issue until deep-chat's are resolved. |
Deep-chat maintainer is working on a solution to issue I mentioned. He said it would be non-trivial, so I'll keep tabs on that. |
This issue seems to be resolved in |
I was working on this a little, and one issue I encountered is I wasn't able to get the |
Have fixed some of the issues with streaming on our end; however, one new bug presented itself on |
I think support for the new Assistants API streaming was added to deep-chat.
OvidijusParsiunas/deep-chat#137
The text was updated successfully, but these errors were encountered: