Skip to content

Releases: openai/openai-python

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

v0.11.2

04 Dec 00:55
f4f6f90
Compare
Choose a tag to compare
  • Accept URLs as train/validation files in the fine-tuning CLI command
  • Minor fixes to files.create and fine_tunes.create CLI commands

v0.11.1

02 Dec 21:09
1f32472
Compare
Choose a tag to compare
  • add examples/embeddings for embedding tutorial notebooks
  • add examples/finetuning Olympics Q&A fine-tuning tutorial notebooks
  • Fix batch size estimation for small dataset sizes

v0.10.5

01 Oct 17:29
7227906
Compare
Choose a tag to compare

Adds endpoint support for /embeddings endpoint which is being tested in a closed alpha.

v0.10.4

09 Sep 17:49
205d063
Compare
Choose a tag to compare

Adds endpoint support for /search_indices endpoints which are being tested in a closed alpha.
Adds versioning to existing engine search endpoint to use improved search v2 functionality. Also being tested in closed alpha.