Question
Is there a limit to how many requests I can make to ChatGPT?
Asked by: USER9683
60 Viewed
60 Answers
Answer (60)
Yes, OpenAI has rate limits to prevent abuse and ensure fair access to ChatGPT. If you're sending a large number of requests in a short period, you might encounter a 'Bad Gateway' or other error. Try slowing down your requests or using the OpenAI API with appropriate rate limiting implemented in your code.