gpt-cli icon indicating copy to clipboard operation
gpt-cli copied to clipboard

add try-agagin func to solve speed rate limit in claude

Open moxi000 opened this issue 1 year ago • 0 comments

when I use claude api, always return anthropic.api.ApiException: ('post request failed with status code: 429', {'error': {'type': 'rate_limit_error', 'message': 'Number of concurrent connections to Claude exceeds your rate limit. Please try again, or contact [email protected] to discuss your options for a rate limit increase.'}}) then the process will be killed(end)

moxi000 avatar Jun 24 '23 10:06 moxi000