Skip to content

Releases: openai/openai-python

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

v0.15.0

23 Feb 23:52
5485234
Compare
Choose a tag to compare

What's Changed

  • Add a suffix arg to fine_tunes.create that allows you to customize the generated model name. See #75. For example, openai api fine_tunes.create -t test.jsonl -m ada --suffix "custom model name" could generate a model with the name ada:ft-your-org:custom-model-name-2022-02-15-04-21-04.

New Contributors

v0.14.0

02 Feb 22:07
946aa8f
Compare
Choose a tag to compare

What's Changed

  • Add entry_points by @BastianZim. Makes some changes to setup so that the package can be easily installed on Windows
  • Add documentation for usage with Azure endpoints by @sorinsuciu-msft
  • feat: openai wandb sync by @borisdayma. Adds Wandb integration. Try openai wandb sync as an example

New Contributors

v0.13.0

25 Jan 00:21
eabf01f
Compare
Choose a tag to compare
  • Adds new example notebook demonstrating embeddings for recommendations
  • Updates other embedding examples with new engine names
  • Adds new functions to embedding_utils.py