irudnyts / openai

An R package-wrapper around OpenAI API
https://irudnyts.github.io/openai/
Other
164 stars 28 forks source link

Getting an error saying "OpenAI API probably has been changed." Might be server overload, problem has been persisting for hours. #26

Open amtantravahi opened 1 year ago

amtantravahi commented 1 year ago

My API calls return an error that either says:

Error in paste("OpenAI API probably has been changed. If you see this, please",  : 
  OpenAI API probably has been changed. If you see this, please rise an issue at: https://github.com/irudnyts/openai/issues

or

Error: OpenAI API request failed [503]:

That model is currently overloaded with other requests. You can retry your request, or contact us through our help center at help.openai.com if the error persists. 

I'm sometimes able to process 3-5 calls at a time through the API, but usually, it stops after a single one. Last night I was able to make about 1,000 calls with no issues.

irudnyts commented 1 year ago

Hm, it looks like the issue is on the OpenAI end. Could you please provide a small reproducible example that generates these errors?

staropram commented 1 year ago

I've been getting this randomly, or timeouts for some messages using (https://github.com/staropram/AGI-bootstrap). If I can find a SRE i will upload.