#Rate limit hit (HTTP 429)

4 messages · Page 1 of 1 (latest)

torpid rampart
#

I'm integrating AI into my game using external APIs, specifically through OpenAI. I'm doing it fully in Roblox Studio without hosting an external server with Python complications. However, I keep hitting the rate limit (exceeding maximum requests allowed by the API).

toxic moon
#

yeah so you are sending too many requests

oak ridge
#

Just make a global cooldown on the request to make sure it meets te rate limit

#

make it match the rate limit