I am trying to translate a document using python script. We are having request timeouts, added payment information, bought credit for that. We are gonna run the script on a virtual server since the spreadsheet is a large one. Chat GPT translation service is by far the best around, comparing to other platforms. Although we have bought credits, the problem is still there. Is there any suggestions?
I’ve only been able to read the promised rate limits during short peak usage, so I suspect the the rate limits for sustained usage, such as translating a large number of documents over multiple hours or even days, is actually much lower.
For dealing with timeouts, some information is here OpenAI Platform Either look at the response headers and wait accordingly, or use " exponential backoff" : basically just wait longer with every timeout and retry.
@sps Have you ever experienced the actual rate limits for continuous/sustained use being much tighter? Earlier, I did not get any info from openai support if this is the case.