Can someone show me an example on how to get streaming response for chat completion in openai version 1.x (1.3.9 or any latest version)? Note: SQL Copy await openai.ChatCompletion.acreate() This used to work in version 0.x, but I'm now migrating to 1.x version and st...