pypi openai 0.26.2
v0.26.2

latest releases: 1.30.1, 1.30.0, 1.29.0...
15 months ago

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

Don't miss a new openai release

NewReleases is sending notifications on new releases.