Skip to content

Releases: openai/openai-node

v4.24.1

22 Dec 10:59
Compare
Choose a tag to compare

4.24.1 (2023-12-22)

Full Changelog: v4.24.0...v4.24.1

Bug Fixes

  • pagination: correct type annotation object field (#590) (4066eda)

Documentation

Refactors

v4.24.0

19 Dec 23:37
Compare
Choose a tag to compare

4.24.0 (2023-12-19)

Full Changelog: v4.23.0...v4.24.0

Features

  • api: add additional instructions for runs (#586) (401d93e)

Chores

Documentation

  • upgrade models in examples to latest version (#585) (60101a4)

v4.23.0

17 Dec 01:56
Compare
Choose a tag to compare

4.23.0 (2023-12-17)

Full Changelog: v4.22.1...v4.23.0

Features

  • api: add token logprobs to chat completions (#576) (8d4292e)

Chores

  • ci: run release workflow once per day (#574) (529f09f)

v4.22.1

16 Dec 06:07
Compare
Choose a tag to compare

4.22.1 (2023-12-15)

Full Changelog: v4.22.0...v4.22.1

Chores

Documentation

  • replace runFunctions with runTools in readme (#570) (c3b9ad5)

v4.22.0

15 Dec 05:15
Compare
Choose a tag to compare

4.22.0 (2023-12-15)

Full Changelog: v4.21.0...v4.22.0

Features

  • api: add optional name argument + improve docs (#569) (3b68ace)

Chores

v4.21.0

13 Dec 00:04
Compare
Choose a tag to compare

4.21.0 (2023-12-11)

Full Changelog: v4.20.1...v4.21.0

Features

  • client: support reading the base url from an env variable (#547) (06fb68d)

Bug Fixes

  • correct some runTools behavior and deprecate runFunctions (#562) (f5cdd0f)
  • prevent 400 when using runTools/runFunctions with Azure OpenAI API (#544) (735d9b8)

Documentation

Build System

v4.20.1

27 Nov 22:06
Compare
Choose a tag to compare

4.20.1 (2023-11-24)

Full Changelog: v4.20.0...v4.20.1

Chores

  • internal: remove file import and conditionally run prepare (#533) (48cb729)

Documentation

  • readme: fix typo and add examples link (#529) (cf959b1)

v4.20.0

22 Nov 17:38
b233b54
Compare
Choose a tag to compare

4.20.0 (2023-11-22)

Full Changelog: v4.19.1...v4.20.0

Features

  • allow installing package directly from github (#522) (51926d7)

Chores

  • internal: don't call prepare in dist (#525) (d09411e)

v4.19.1

20 Nov 22:21
7626655
Compare
Choose a tag to compare

4.19.1 (2023-11-20)

Full Changelog: v4.19.0...v4.19.1

v4.19.0

15 Nov 19:32
Compare
Choose a tag to compare

4.19.0 (2023-11-15)

Full Changelog: v4.18.0...v4.19.0

Features