laravel icon indicating copy to clipboard operation
laravel copied to clipboard

retry after

Open ahmadmayahi opened this issue 1 year ago • 3 comments

At times, ChatGPT may display the following error message: "That model is currently overloaded with other requests." This issue arises due to the high volume of users attempting to access the API.

To address this problem, referring to the documentation, it is recommended to retry the request after a certain period of time. Adding a 'retryAfter' method, akin to Laravel's 'Http::retry()', could potentially resolve this issue.

ahmadmayahi avatar Jul 03 '23 14:07 ahmadmayahi