Skip to content

Releases: openai/openai-python

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.

v0.6.4

21 May 00:57
7b0f97e
Compare
Choose a tag to compare

N/A

v0.6.3

12 Apr 15:18
5f8c4a8
Compare
Choose a tag to compare

Removes unused and unsupported functionality.

v0.6.2

20 Mar 20:31
cf9c04a
Compare
Choose a tag to compare
  • Add requirement to fix missing import

v0.6.1

19 Mar 00:30
a57b587
Compare
Choose a tag to compare
  • Patch to fix progress meter (for file uploading).