openai-node

The official Node.js / Typescript library for the OpenAI API

APACHE-2.0 License

Downloads
9.2M
Stars
6.9K
Committers
23

Bot releases are visible (Hide)

openai-node - v4.23.0

Published by stainless-bot 10 months ago

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)
openai-node - v4.22.1

Published by stainless-bot 10 months ago

4.22.1 (2023-12-15)

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

Chores

Documentation

  • replace runFunctions with runTools in readme (#570) (c3b9ad5)
openai-node - v4.22.0

Published by stainless-bot 10 months ago

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

openai-node - v4.21.0

Published by stainless-bot 10 months ago

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

openai-node - v4.20.1

Published by stainless-bot 11 months ago

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)
openai-node - v4.20.0

Published by stainless-bot 11 months ago

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)
openai-node - v4.19.1

Published by stainless-bot 11 months ago

4.19.1 (2023-11-20)

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

openai-node - v4.19.0

Published by stainless-bot 11 months ago

4.19.0 (2023-11-15)

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

Features

openai-node - v4.18.0

Published by stainless-bot 11 months ago

4.18.0 (2023-11-14)

Full Changelog: v4.17.5...v4.18.0

Features

openai-node - v4.17.5

Published by stainless-bot 11 months ago

4.17.5 (2023-11-13)

Full Changelog: v4.17.4...v4.17.5

Chores

  • fix typo in docs and add request header for function calls (#494) (22ce244)
openai-node - v4.17.4

Published by stainless-bot 11 months ago

4.17.4 (2023-11-10)

Full Changelog: v4.17.3...v4.17.4

Chores

openai-node - v4.17.3

Published by stainless-bot 11 months ago

4.17.3 (2023-11-09)

Full Changelog: v4.17.2...v4.17.3

openai-node - v4.17.2

Published by stainless-bot 12 months ago

4.17.2 (2023-11-09)

Full Changelog: v4.17.1...v4.17.2

Chores

openai-node - v4.17.1

Published by stainless-bot 12 months ago

4.17.1 (2023-11-09)

Full Changelog: v4.17.0...v4.17.1

Refactors

  • client: deprecate files.retrieveContent in favour of files.content (#474) (7c7bfc2)
openai-node - v4.17.0

Published by stainless-bot 12 months ago

4.17.0 (2023-11-08)

Full Changelog: v4.16.2...v4.17.0

Features

Refactors

  • api: rename FunctionObject to FunctionDefinition (#470) (f3990c7)
openai-node - v4.16.2

Published by stainless-bot 12 months ago

4.16.2 (2023-11-08)

Full Changelog: v4.16.1...v4.16.2

Bug Fixes

  • api: accidentally required params, add new models & other fixes (#463) (1cb403e)
  • api: update embedding response object type (#466) (53b7e25)
  • asssitant_deleted -> assistant_deleted (#452) (ef89bd7)
  • types: ensure all code paths return a value (#458) (19402c3)

Chores

Documentation

  • update deno deploy link to include v (#441) (47b13aa)
openai-node - v4.16.1

Published by stainless-bot 12 months ago

4.16.1 (2023-11-06)

Full Changelog: v4.16.0...v4.16.1

Bug Fixes

Documentation

openai-node - v4.16.0

Published by stainless-bot 12 months ago

4.16.0 (2023-11-06)

Full Changelog: v4.15.4...v4.16.0

Features

  • api: releases from DevDay; assistants, multimodality, tools, dall-e-3, tts, and more (#433) (fb92f5e)

Bug Fixes

Documentation

openai-node - v4.15.4

Published by stainless-bot 12 months ago

4.15.4 (2023-11-05)

Full Changelog: v4.15.3...v4.15.4

Documentation

openai-node - v4.15.3

Published by stainless-bot 12 months ago

4.15.3 (2023-11-04)

Full Changelog: v4.15.2...v4.15.3

Bug Fixes