Skip to content

Releases: openai/openai-python

v0.26.2

24 Jan 00:04
6349015
Compare
Choose a tag to compare

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

v.0.26.1

13 Jan 20:55
040f72e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.26.0...v0.26.1

v0.26.0

06 Jan 23:41
4fee0da
Compare
Choose a tag to compare

Highlights and breaking changes

  • Openai-python now has async thanks to @Andrew-Chen-Wang (and thank you @ddeville for reviewing!)
  • The default package installation should now be considerably smaller thanks to @jakubroztocil. BREAKING: if you use tools or the embeddings endpoint, you'll probably want to install openai[datalib]
  • BREAKING: Answers, Search, and Classifications are removed as of this version since they are no longer active endpoints

What's Changed

New Contributors

Full Changelog: v0.25.0...v0.26.0

v0.25.0

02 Nov 19:46
5f60aca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.0...v0.25.0

v0.24.0

21 Oct 17:31
d59672b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.23.1...v0.24.0

v0.23.1

28 Sep 18:25
15b6354
Compare
Choose a tag to compare

What's changed?

  • adds missing dependencies

v0.23.0

24 Aug 03:10
3edecbe
Compare
Choose a tag to compare

What's Changed

  • Adds support for url timeouts with the request_timeout flag
  • Adds logging of the request_id
  • Wandb import warning only occurs if the wandb package isn't installed AND user requests the wandb tools via the CLI. Previously a warning would appear if the wandb package wasn't installed for all CLI commands.
  • Drops specifying the numpy version

v0.22.1

02 Aug 22:49
f3e3083
Compare
Choose a tag to compare

v.0.22.0 was deployed incorrectly and had a breakpoint in the fine tune validation script. v0.22.1 fixes this

v0.22.0

26 Jul 13:54
7884a7b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.20.0...v0.22.0

v0.20.0

15 Jun 05:50
24fc692
Compare
Choose a tag to compare

What's Changed