Completion with curie gateway timeouts

We receive many errors when trying to use fine-tuned completion models, for example:

Gateway timeout. {“error”:{“code”:524,“message”:“Gateway timeout.”,“param”:null,“type”:“cf_gateway_timeout”}} 524

Does anyone else experiencing it?

We’re experiencing timeouts on the GPT3.5 Turbo API (no receiving any error at all, as our scripts are interrupting the call to the API after 120 seconds).

That sounds like a client problem you can solve by adjusting the timeout - but maybe there is no response coming at all anyway.

See here, I have the same issue.

this doensn’t look like client side error… do we have updates?