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