Open
Description
Applied the patch on my openai project that implements streaming. It seems that the patch doesn't work on streaming=True because on openai_multi_tool_use_parallel_patch.py:55
, response is a list of chunk objects, thus raising the error 'Stream' object has no attribute 'choices' as the stream object is a list of chunk response.
Can you confirm? Thanks!
Metadata
Metadata
Assignees
Labels
No labels