llm-workflow-engine icon indicating copy to clipboard operation
llm-workflow-engine copied to clipboard

Rate limiting

Open karimk123 opened this issue 2 years ago • 2 comments

After only a few commands, i get the "Unusable response produced by ChatGPT, maybe its unavailable."

So then i try again but from the actual browser it says i can try again in 1 hour. Is there a way to bypass this ? I want to use this as an API for my web app so anyone on there could try it and input a command but if its getting rate limited like this its not going to work,

karimk123 avatar Dec 25 '22 16:12 karimk123

I guess the rate limiting is the result of Cloudflare, and it can't be bypassed by nature. https://support.cloudflare.com/hc/en-us/articles/115001635128-Configuring-Cloudflare-Rate-Limiting

ChatGPT is $100,000 per day. Highly recommend you read this article. https://indianexpress.com/article/technology/tech-news-technology/chatgpt-interesting-things-to-know-8334991/

All we can do is make a proper error message like 'Two many requests in 1 hour'

mindgitrwx avatar Dec 29 '22 00:12 mindgitrwx

i think i've seen some other chatgpt wrappers bypass cloud flare though it has to be possible. And now for reason i'm getting this message after only 1 prompt, so this is unusual.

karimk123 avatar Dec 29 '22 09:12 karimk123

It looks you overused the wrapper. There is a daily limit per user. One solution would be to create multiple users using multiple ips. Another is to wait for the official api or use the gpt3 api

mmabrouk avatar Jan 17 '23 12:01 mmabrouk

I have this problem, but just in https://chat.openai.com/api/auth/session If use directly in browser work fine

bigbruno avatar Jan 22 '23 22:01 bigbruno