Skip to content

Releases: allanbunch/node-red-openai-api

v1.7.1

25 Dec 00:11
Compare
Choose a tag to compare

Chores: Cleaned up node JavaScript to improve stability and performance.

Full Changelog: v1.7.0...v1.7.1

v1.7.0

20 Dec 15:15
Compare
Choose a tag to compare

Release Notes (v1.7.0)

Full Changelog: v1.6.0...v1.7.0

v1.6.0

12 Nov 21:56
Compare
Choose a tag to compare

Release Notes (v1.6.0)

Full Changelog: v1.5.0...v1.6.0

v1.5.0

18 Oct 19:42
Compare
Choose a tag to compare

v1.5.0 (2024.05.14)

  • Upgraded to OpenAI Node API Library package dependency v4.68.0
  • Supporting OpenAI's new chat completion audio generation functionality with gpt-4o-audio-preview model capabilities

Full Changelog: v1.4.0...v1.5.0

v1.4.0

14 May 21:35
Compare
Choose a tag to compare

v1.4.0 (2024.05.14)

  • Upgraded to OpenAI Node API Library package dependency v4.47.1
    • Supporting OpenAI's new gpt-4o model capabilities
  • Updated the node's documentation panel
  • Code stability & formatting updates

Full Changelog: v1.3.0...v1.4.0

v1.3.0

07 May 14:17
Compare
Choose a tag to compare

v1.3.0 (2024.05.07)

  • Streamed responses now share the same msg._msgid value
  • Upgraded to OpenAI Node API Library v4.42.0
  • Updated the node's documentation panel
  • Code stability & formatting updates

Full Changelog: v1.2.0...v1.3.0

v1.2.0

05 May 17:49
cf46c0c
Compare
Choose a tag to compare

v1.2.0 (2024.05.05)

Full Changelog: 1.1.0...v1.2.0

1.1.0

02 May 20:31
Compare
Choose a tag to compare
  • Fixed a bug that prevented custom property paths not honored. #22
  • Added the vectorStores.fileBatches.uploadAndPoll endpoint to the Vector Store File Batches endpoint group.
  • Updated the node's documentation panel.