I've been trying to upload a json file that I will use for fine tuning my GPT-3 model. I get an error when trying to upload it.
openai.File.create(file=open("training_data.jsonl"), purpose="fine-tune")
When I run the command above I get the following error:
InvalidRequestError: Resource not found