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
I have tried asking for help in the community on discord or discussions and have not received a response.
I have tried searching the documentation and have not found an answer.
What Model are you using?
gpt-3.5-turbo
gpt-4-turbo
gpt-4
Other ('gpt-4o-2024-08-06')
Describe the bug
I am using chat_completion.create_partial method to stream the Partial Object. However results aren't getting yielded. It's not yielding any response however the iterator is getting triggered
The above image is the condition i check before entering the loop. Could it possibly be the case that Partial Object is not the instance of Response model.
To Reproduce
I can't outline exact steps as the occurence pattern is unknown to me till now
Expected behavior
The iterator iterates on the result to yield the attributes
The text was updated successfully, but these errors were encountered:
What Model are you using?
Describe the bug
I am using
chat_completion.create_partial
method to stream the Partial Object. However results aren't getting yielded. It's not yielding any response however the iterator is getting triggeredThe above image is the condition i check before entering the loop. Could it possibly be the case that Partial Object is not the instance of Response model.
To Reproduce
I can't outline exact steps as the occurence pattern is unknown to me till now
Expected behavior
The iterator iterates on the result to yield the attributes
The text was updated successfully, but these errors were encountered: