v3.0.0
版本发布时间: 2022-06-08 04:27:38
openai/openai-node最新发布版本:v4.67.1(2024-10-02 23:22:59)
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, ... })
)