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
Currently, ChatGPT might fail for no reason. In this case it waits for quite a long period of time, and it is not acceptable.
The solution is to retry the request. So, I want to have some timeout between producing results with CreateCompletionAsStream to know that ChatGPT actually produces something, and not lagged.
Could you please help me achieve that with current API?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Currently, ChatGPT might fail for no reason. In this case it waits for quite a long period of time, and it is not acceptable.
The solution is to retry the request. So, I want to have some timeout between producing results with
CreateCompletionAsStream
to know that ChatGPT actually produces something, and not lagged.Could you please help me achieve that with current API?
Beta Was this translation helpful? Give feedback.
All reactions