When I run our app on my local machine I keep getting the 429 quota exceeded exception when calling the OpenAI API. This is happening even if I am using the same api key as our dev and prod environments which are working fine. Our account is funded, I am not on a VPN, any idea what else might cause this? This is super frustrating as it is essentially preventing me from testing locally.
1 Like
You ever figure this out, I am running into the same issue?
1 Like
Welcome.
Sounds like it’s not getting the key from local ENV or something maybe?
Try printing it out to make sure it matches.
Any other differences between local and server?
3 Likes