Hi
What can I do to get a list of my available models, just like the drop-down menu in playground?
I have used openai.FineTune.list(), but it just gives me all the fine tune “tasks”, instead of fine tuned “models”. For example, when I ran this function, I saw 2 different tasks with all the details, but the 2nd one is actually deleted by myself. So, in the playground, I can only see one fine-tuned model, not 2 of them. I just want to see the available ones, like what I see in playground. What can I do? Thanks!