Fine tuned model does not exist!

When you submit a fine-tine job it goes into a queue to be processed. When you use API to retrieve a fine-tuning job (with the ftjob-* ID) look for status: succeeded to know it is complete. Then you use the value in fine_tuned_model as your model for future requests.

You cannot currently use a fine-tuned GPT3.5 model as the base model for more fine-tuning.

2 Likes