-
Notifications
You must be signed in to change notification settings - Fork 39
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
client.Beta.Threads.Runs.NewStreaming ends inmediatly #127
Comments
Hey @crazybolillo, I get the following output when I run the
|
Thanks for your time. I went ahead and reviewed the code, it started working after I removed Would that be considered a bug? I think it would be nice to be able to set a timeout in case assistants take too long. |
I am using the code provided in the example for assistant streaming:
openai-go/examples/assistant-streaming/main.go
Lines 56 to 67 in 0ab80ee
And I get a single api.Run event and then the loop exits and code finished. Is this a bug? Or am I doing something wrong?
The text was updated successfully, but these errors were encountered: