Fix for Failure to Retry request after 403
While loop condition was not being satisfied due to result being set to a value (the OpenAI response), thus the (!result) condition was False.
Showing
Please register or sign in to comment
While loop condition was not being satisfied due to result being set to a value (the OpenAI response), thus the (!result) condition was False.