Double checking with the team on this, the models I am aware of that were removed are:
- code-cushman:001
- code-cushman:002
- code-davinci:001
- code-davinci:002
Double checking with the team on this, the models I am aware of that were removed are:
It’s a Sunday so I don’t expect folks to get back to me until tomorrow.
I get this, so cushman appears as a model-id as it should and not bore as a subcomponent
curl https://api.openai.com/v1/models/cushman:2020-05-03\
-H “Authorization: Bearer ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■c7fNG1wB”
{
“id”: “cushman:2020-05-03”,
“object”: “model”,
“created”: 1590625110,
“owned_by”: “system”,
“permission”: [
{
“id”: “snapperm-FAup8P1KqclNlTsunLDRiesT”,
“object”: “model_permission”,
“created”: 1590625111,
“allow_create_engine”: false,
“allow_sampling”: true,
“allow_logprobs”: true,
“allow_search_indices”: false,
“allow_view”: true,
“allow_fine_tuning”: true,
“organization”: “*”,
“group”: null,
“is_blocking”: false
}
],
“root”: “cushman:2020-05-03”,
“parent”: null
}
Many examples (such as SQL translate are still referencing code-davinci-002
. Trying to use the example is giving an error - makes it a bit difficult for developers just starting out.
Does anyone have any updates on the matter? I didn’t find any news from openai
text-davinci-edit-001 is now back online, sorry for the delay here! Thanks for pointing this out, it was a misconfiguration on our side.
AI service error: The model: code-davinci-002
does not exist (in dbeaver). Hopefully will resolve soon?
@smudoshi code-davinci-002
was removed, and they recommend using gpt-3.5-turbo
as a replacement.
Just to confirm, is code-davinci-edit-001
not available as planned?
I have discontinued the use of “edits” due to errors returned by the model, and OpenAI has not provided any explanation. As an alternative, I am now utilizing the ‘GPT-3.5 Turbo’ model, but I will return to using the “edits” endpoint when this issue is addressed.
Try using just “davinci” it worked for me
3 posts were merged into an existing topic: What is the correct url endpoint to make post request to OpenAI API for code interpretation?