Skip to content

Releases: openai/openai-python

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.

v0.10.3

31 Aug 16:28
7febb75
Compare
Choose a tag to compare

add backtranslation codex example
add rudimentary answers implementation with a custom fine-tuned model
add batch_size suggestion within fine_tunes.prepare_data

v0.10.2

29 Jul 19:22
c79fefc
Compare
Choose a tag to compare
  • Improvements to the CLI data_preparation tool

v0.10.1

14 Jul 21:21
7afc3b5
Compare
Choose a tag to compare
  • Removing unused arguments