[Question] Easy way to use finetuned OpenAI models?
Closed this issue · 1 comments
baceolus commented
I finetuned GPT-4o model, and I try to figure out how to use it, but can't come up with a straightforward solution. It seems like at the moment I either have to create a custom model API class, or abandon Inspect altogether and use raw OpenAI API. Is there an easier way to use finetuned OpenAI model?
baceolus commented
Figured out thati might be done just by typing the name of the finetuned model while running inspect. Although it was unclear from the documentation.