‘AsyncStream’ object is not iterable when streaming openAI Assistant thread runs
I am currently trying to stream a response with openAIs new assistant update. I followed the official documentation here but it doesn’t want to work. I keep getting this error:
How can i wait for the actual reply of an openai-assistant? (Python OpenAI API)
I am interacting with the openai assistant API (python). so far, it works well. but sometimes the api returns the message i sent to the assistant instead of the assistants reply.