Skip to content

v0.26.2

Compare
Choose a tag to compare
@joe-at-openai joe-at-openai released this 24 Jan 00:04
· 850 commits to main since this release
6349015

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

Full Changelog: v0.26.1...v0.26.2