Missing models page for switchover updates and status = 0 error

I am migrating a currently working API to the new gpt-3.5-turbo from
“model”: “text-davinci-003”
to:
“model”: “gpt-3.5-turbo”,

openai’s announcements page says that the models provides switchover updates, which it does not.

My api is very simple, so it seems strange that i receive a “Status=0” error when retrieving the response. Things work with text-davinci-003, but does not work when I switch the coded model to be turbo.

announcements page (says go to the models page for switchover updates):

models page (nothing about switchover updates):

Any advice? I even tried adding a ‘message’ line, but the new model just doesn’t work, and I can’t find any documentation on examples

image

Hey! it looks like the URL you are using for the API is wrong. It should be /chat/completions.

And please see here: OpenAI API for model switchover details.

Hi Logan,

Thanks for this information. I switched the path, and alleviated one issue, creating another downstream (progress!)

I followed your link looking for model switchover details, but that doesen’t appear to be present yet… Can you point me to the correct place for model switchover details?

Thanks, (Very much!)

-Daniel