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

1 Answer 1

2

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

openai.FineTune.list()
1
  • Thank you Christopher. This works nicely. Nov 9, 2022 at 0:54

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Not the answer you're looking for? Browse other questions tagged or ask your own question.