I'm running an API to generate a response from OPENAI and I often (but not always) get a timeout as the process to generate is longer than allowed by the server on the Pabbly side.
So, two questions:
1. Is there a way to get more time to prevent timeouts (I've seen your post about sending initial API call and Get the response after waiting some time, but that's not possible here with OPENAIs API).
2. If I do get a timeout error, is it possible to automatically retry that step of the process with no manual steps?
3. Is there any other workaround here that you could offer as a solution?
Cheers and thanks for your help
So, two questions:
1. Is there a way to get more time to prevent timeouts (I've seen your post about sending initial API call and Get the response after waiting some time, but that's not possible here with OPENAIs API).
2. If I do get a timeout error, is it possible to automatically retry that step of the process with no manual steps?
3. Is there any other workaround here that you could offer as a solution?
Cheers and thanks for your help