Hello, I’ve been looking for ages but haven’t found a suitable answer.
I made a few fine-tunes for testing. Since only crap comes out as output (several answers in one string), I wanted to delete all the models again. But they cannot be deleted. I always get the message that the model does not exist. But the model is in the listFineTunes() and I can use it too.
I’m trying to delete the model via const response = await openai.deleteModel(‘name-of-model’) . The call seems to be correct because I get the same message back via Postman.