Hi can anyone help me with Python code to list my fine-tunes models? Is there an equivalent to the
openai.file.list()
I have tried
openai.models.list()
openai.fine-tunes.list()
Hi can anyone help me with Python code to list my fine-tunes models? Is there an equivalent to the
openai.file.list()
I have tried
openai.models.list()
openai.fine-tunes.list()
I just had the same problem. This works for me.
openai.FineTune.list()