Releases: openai/openai-node
Releases · openai/openai-node
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, ... })
)