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
Hello,
do you have any idea on how to catch openai.error.RateLimitError and have None in response ?
What I did is a try and except block in make_requests(), but I was wondering if there was another way to handle it, maybe a parameter that I missed somewhere ?
I am already using concurrency as 8, default is 10.
Thanks !
The text was updated successfully, but these errors were encountered:
Hello,
do you have any idea on how to catch openai.error.RateLimitError and have None in response ?
What I did is a try and except block in make_requests(), but I was wondering if there was another way to handle it, maybe a parameter that I missed somewhere ?
I am already using concurrency as 8, default is 10.
Thanks !
The text was updated successfully, but these errors were encountered: