You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
To test, I created several jobs that fine-tunes a specified model from a .jsonl file.
Now I would like to delete them all using the "DeleteFineTune" method, but that doesn't work. I have a 404 Not Found error.
I use the “ListFineTunes” method to retrieve the list of all my models. Here is an example of a model that I cannot delete:
OrganizationId = org-my-id
Model = ada
Status = failed
Successful = True
FineTunedModel = null
TrainingFiles : Id = my-id; FineName = jsonl-file
Here the code :
I think I can't remove it because the "FineTunedModel" property is null. In this case, what can I do?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions