In order to make a fine-tuned ChatGPT model, we need to upload a JSON file of training data. The OpenAI doc for file upload is here:
https://platform.openai.com/docs/api-reference/files/upload
But... I don't see how to append the actual file information. The file
parameter is the file name, not the file. There must be something obvious that I am missing!