I'm getting frequent errors when trying to fetch data from gpt-3.5-turbo-0301 using npm's openai library.
An excerpt the data section of the last request was:
data: {
error: {
message: 'That model is currently overloaded with other requests. You can retry your request, or contact us through our he>
type: 'server_error',
param: null,
code: null
}
}
},