I am trying to fine-tune a model. I have uploaded my training file using client.files.create, and I know it is ready by both looking at the web interface and by verifying that client.files.retrieve works with the appropriate file id. I ensured that the purpose is “fine-tune” and that the file is processed.
Here is the error message:
openai.BadRequestError: Error code: 400 - {'error': {'message': 'file-HWtoJhNZFvZGETjggffag2 does not exist', 'type': 'invalid_request_error', 'param': None, 'code': None}}
Does anyone have any fixes for this/has experienced this before?