williamfzc / chat-gpt-ppt

Use ChatGPT (or other backends) to generate PPT automatically, all in one single file.
MIT License
881 stars 88 forks source link

Rate limit issue #15

Open X-Divide-Et-Impera-X opened 1 year ago

X-Divide-Et-Impera-X commented 1 year ago

I would like this to support more slides, but the rate limit makes it crash every time there are more than 3 slides

williamfzc commented 1 year ago

Maybe a retry policy can solve this problem. But I do not know what the retry policy should be.

Wait 30s and retry if failed?