What's Changed
- Various improvements to the fine-tuning data preparation tool in the CLI in #190
- Provide a helpful error message if there was a problem reading the file
- Better handling of cases where a jsonl file has a json format, and when a json file has a jsonl format (this is needed since a json formatted file can be read as a single line jsonl)
- In the case where the input file extension is not in the list of valid permissible file extensions, provide the full list of allowable file extensions
- If DataFrame column names are integers they get converted to str to produce a better error message
- Adds a
fine_tunes.delete -i <ID>
command to delete fine-tunes using the CLI in #187 - Fixed some typos in Readme in #188
New Contributors
- @joe-at-openai made their first contribution in #190
- @Ygnys made their first contribution in #188
Full Changelog: v0.26.1...v0.26.2