-
Notifications
You must be signed in to change notification settings - Fork 97
Implement examples about how to use Streaming and Chunking with Assistants #431
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
Comments
PR welcome It should be pretty similar to the chat completions |
Thank you! I have developed a proof of concept using Spring Boot. I plan to modify the implementation to align with the coding standards observed in other examples and will submit the pull request accordingly. |
|
What are you trying to do? I can't really help with just the error message |
My apologies. I created a new branch, and I'm trying to push the branch to create the PR. |
Ah, I don't think that works on GitHub generally, unless you have write access to the repo. You have to fork the repo, make your changes there, and then create a PR from your fork |
Examples Request
Description
Currently,
openai-java
includes examples of using Assistant API but lacks examples demonstrating how to use streaming and chunking. Adding such examples would help developers understand how to efficiently handle streaming data when working with Assistants.The text was updated successfully, but these errors were encountered: