Open MadcowD opened 2 months ago
Why not generators, any Pros and Cons for Streaming instead of generators?
I found once I wrap the client with LangSmith wrapper, it doesn't work and report generator don't have a choices field. And the streaming checking is based on the type of instance returned by openai.chat.completions.create()
.
get streaming to work but not using generators