I am doing some work with the OpenAI API with python. I’m working with fine-tuning and I am working on deleting an existing model and starting over again. I want to be able to check if the deletion actually succeeded or failed, but the OpenAI.models.delete()
function returns a ModelDeleted
object, which I don’t have any idea what to do with. There doesn’t seem to be any obvious documentation on OpenAI’s api page. Any ideas?
I’ve skimmed through documentation and done searching on several forums. This information doesn’t seem to be readily available.