Skip to content

Releases: openai/openai-python

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)

v0.11.4

14 Dec 00:34
b39bddd
Compare
Choose a tag to compare
  • Answers and Classification endpoints now have their own prepare_data functions, similar to search
  • Moved the utils file used in the embeddings examples to embeddings_utils. This will allow the code to be imported
  • Changed the default api_prefix to be "" and instead moved that logic into init.py. You might need to update any local OPENAI_API_BASE that you've set.

v0.11.3

04 Dec 02:23
88bbe08
Compare
Choose a tag to compare
  • Hotfix to deal with missing import