Skip to content

Releases: openai/openai-python

v1.14.2

19 Mar 15:49
5cfb125
Compare
Choose a tag to compare

1.14.2 (2024-03-19)

Full Changelog: v1.14.1...v1.14.2

Performance Improvements

Chores

  • internal: update generated pragma comment (#1247) (3eeb9b3)

Documentation

v1.14.1

15 Mar 20:38
e8e5a0d
Compare
Choose a tag to compare

1.14.1 (2024-03-15)

Full Changelog: v1.14.0...v1.14.1

Documentation

v1.14.0

13 Mar 20:36
5429f69
Compare
Choose a tag to compare

1.14.0 (2024-03-13)

Full Changelog: v1.13.4...v1.14.0

Features

v1.13.4

13 Mar 20:22
Compare
Choose a tag to compare

1.13.4 (2024-03-13)

Full Changelog: v1.13.3...v1.13.4

Bug Fixes

Chores

Documentation

v1.13.3

28 Feb 23:22
Compare
Choose a tag to compare

1.13.3 (2024-02-28)

Full Changelog: v1.13.2...v1.13.3

Features

Chores

Documentation

v1.13.2

20 Feb 19:26
Compare
Choose a tag to compare

1.13.2 (2024-02-20)

Full Changelog: v1.13.1...v1.13.2

Bug Fixes

  • ci: revert "move github release logic to github app" (#1170) (f1adc2e)

v1.13.1

20 Feb 17:23
Compare
Choose a tag to compare

1.13.1 (2024-02-20)

Full Changelog: v1.13.0...v1.13.1

Chores

v1.13.0

20 Feb 02:51
Compare
Choose a tag to compare

1.13.0 (2024-02-19)

Full Changelog: v1.12.0...v1.13.0

Features

Bug Fixes

Chores

  • ci: move github release logic to github app (#1155) (67cfac2)
  • client: use correct accept headers for binary data (#1161) (e536437)
  • internal: refactor release environment script (#1158) (7fe8ec3)

v1.12.0

09 Feb 00:14
Compare
Choose a tag to compare

1.12.0 (2024-02-08)

Full Changelog: v1.11.1...v1.12.0

Features

  • api: add timestamp_granularities, add gpt-3.5-turbo-0125 model (#1125) (1ecf8f6)
  • cli/images: add support for --model arg (#1132) (0d53866)

Bug Fixes

  • remove double brackets from timestamp_granularities param (#1140) (3db0222)
  • types: loosen most List params types to Iterable (#1129) (bdb31a3)

Chores

Documentation

v1.11.1

04 Feb 19:12
Compare
Choose a tag to compare

1.11.1 (2024-02-04)

Full Changelog: v1.11.0...v1.11.1

Bug Fixes

  • prevent crash when platform.architecture() is not allowed (#1120) (9490554)