Skip to content

Releases: openai/openai-python

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

v0.12.0

22 Jan 00:51
c93af95
Compare
Choose a tag to compare
  • Add an option to use Azure endpoints for the /completions & /search operations

v0.11.6

21 Jan 00:37
f4be8f2
Compare
Choose a tag to compare

Changes in this version:

  • Deprecating openai.Engine.embeddings. Instead, please use openai.Embedding.create
  • Uses the new embedding engine names in all examples
  • Delete the ca certificates that aren't needed anymore
  • Makes all openai exceptions pickle-able

v0.11.5

21 Dec 21:26
26fbacb
Compare
Choose a tag to compare
  • remove packing flags from fine_tunes.create
  • remove recommended batch sizes from data prep tool (default batch sizes now set server-side)