Releases: openai/openai-node
Releases · openai/openai-node
v4.0.0-beta.4
v4.0.0 Beta – Learn more
v4.0.0-beta.3
v4.0.0 Beta – Learn more
v4.0.0-beta.2
v4.0.0 Beta – Learn more
v4.0.0-beta.1
v4.0.0 Beta – Learn more
v4.0.0-beta.0
v4.0.0 Beta – Learn more
v3.3.0
Add support for function calling in the Chat Completions API
Announcement: https://openai.com/blog/function-calling-and-other-api-updates
Documentation: https://platform.openai.com/docs/guides/gpt/function-calling
v3.2.0
v3.0.0
Breaking changes in this release:
- The function signature of
createCompletion(engineId, params)
changed tocreateCompletion(params)
. The value previously passed in as theengineId
argument should now be passed in asmodel
in the params object (e.g.createCompletion({ model: "text-davinci-002, ... })
)