#file is a required property
2 messages · Page 1 of 1 (latest)
i solved it. needed to remove the message type and leave it blank...i had "multipart/form-data". also need to make sure the filename used in the file property has a "jsonl" extension!
2 messages · Page 1 of 1 (latest)
Hi, I'm trying to upload a file for fine tuning and I get this error message:
received response {
"error": {
"message": "'file' is a required property",
"type": "invalid_request_error",
"param": null,
"code": null
}
}
Is there a way to enable debug mode to get more detailed error description back?
i solved it. needed to remove the message type and leave it blank...i had "multipart/form-data". also need to make sure the filename used in the file property has a "jsonl" extension!