You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: