0

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()

Christopher
  • 427
  • 1
  • 8
  • 18

1 Answers1

2

I just had the same problem. This works for me.

openai.FineTune.list()