Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 784 Bytes

File metadata and controls

7 lines (6 loc) · 784 Bytes

CreateFileRequest

Properties

Name Type Description Notes
file kotlin.Array<kotlin.Byte> Name of the JSON Lines file to be uploaded. If the `purpose` is set to &quot;fine-tune&quot;, each line is a JSON record with &quot;prompt&quot; and &quot;completion&quot; fields representing your training examples.
purpose kotlin.String The intended purpose of the uploaded documents. Use &quot;fine-tune&quot; for Fine-tuning. This allows us to validate the format of the uploaded file.