"The service is receiving too many requests from you" Chat Gpt

I dont understand what is happening since according to the open ai site I am far from reaching the limit

what should I do?

Hey @Sistemas_Cybervault

What you should do is space out your requests in time. “Too many requests” is not equal to “you are out of budget”, it rather means that you are sending requests too often.

In order to space out requests - you could either use Wait node or if looping - use Batching option in the HTTP Request node and set the Interval.

I have not sent a request since yesterday though

Could the same key be used elsewhere?

what do you mean?

The same API key that you use in n8n, could it be used elsewhere in another product?

What is the workflow you are running?

What is usage showing for last 24 hours in the
https://platform.openai.com/settings/organization/usage

about the API key, I think it could be used in another product yes

Do you have credits on this account or just $120 “free” monthly budget?

I think its just free

I’ve seen issues with “empty” accounts which only use monthly budget before, not sure if this is the same issue here, but worth a try. You can throw just a few bucks there and test again.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.