Skip to content

Releases: openai/openai-python

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

v0.19.0

24 May 23:53
64c4533
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.18.1...v0.19.0

v0.18.1

15 Apr 20:37
95fa7d0
Compare
Choose a tag to compare

What's Changed

  • Add azure deployments + an example/tutorial for using Azure endpoints. By @sorinsuciu-msft in #83

v0.18.0

08 Apr 17:55
0f80728
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.18.0

v0.16.0

17 Mar 22:15
63cc289
Compare
Choose a tag to compare

What's Changed

  • fix(wandb): no results if not succeeded (#74)
  • [lint] standardize isort and black in pyproject.toml (#81)
  • Add support for edit call
  • Add version bump (0.16.0)

New Contributors