We can teach an AI model to better understand the information we want to generate responses from. To do that, we can use training data in a particular format, JSONL.
Once we have our data generated and uploaded to OpenAI, we can now use it to fine tune or customize a model to provide better results.
We'll use the training data we generated and uploaded in previous lessons to create a new fine-tuned model based off of the OpenAI davinci model.