Skip to content

Releases: openai/openai-python

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

v0.10.0

14 Jul 20:18
8547320
Compare
Choose a tag to compare
  • Renames v1/snapshot/ to v1/model
  • Removes unused and unsupported functionality.

v0.9.4

12 Jul 22:29
fc1d9db
Compare
Choose a tag to compare

Bugfixes to the CLI data preparation tool

v0.9.3

30 Jun 19:42
d92502f
Compare
Choose a tag to compare
  • Bugfixes and improvements to the CLI

v0.9.2

30 Jun 04:28
dc15660
Compare
Choose a tag to compare

Remove unused code

v0.9.1

30 Jun 04:13
2e23b27
Compare
Choose a tag to compare
  • Bugfix for tool

v0.9.0

29 Jun 21:57
7ddcba1
Compare
Choose a tag to compare
  • CLI improvements

v0.8.0

17 Jun 18:13
250c33d
Compare
Choose a tag to compare
  • Support model-based completions in the SDK/CLI.
    (Context: /v1/completions is now a thing. If the engine parameter is not supplied, we make requests to that path. Otherwise, if engine is provided, requests are made to /v1/engines/<ENGINE>/completions. We expect most users to still use the engine parameter right now.)
  • Update docstring for Completions

v0.7.0

11 Jun 23:06
40c32f9
Compare
Choose a tag to compare

This change is backwards incompatible.

  • Remove support for python versions < 3.6.
  • Add mypy typing.