How to handle ChatGPT API rate limit with parallelGPT #1428
Answered
by
Chadha93
kivwil
asked this question in
Support / Q&A
-
I use parallelGPT for bulk queries to openAI ChatGPT. Everything is fine except, that the script cannot handle the API rate limitation! |
Beta Was this translation helpful? Give feedback.
Answered by
Chadha93
Nov 13, 2023
Replies: 1 comment
-
To handle the ChatGPT API rate limit with parallelGPT, you can implement a queue system that manages the requests and ensures that you stay within the rate limit. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Chadha93
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To handle the ChatGPT API rate limit with parallelGPT, you can implement a queue system that manages the requests and ensures that you stay within the rate limit.