node-red-openai-api

Build low-code, advanced AI applications and workflows using **any** OpenAI API-compatible framework.

MIT License

Downloads
361
Stars
29
node-red-openai-api - v1.3.0 Latest Release

Published by allanbunch 6 months ago

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: https://github.com/allanbunch/node-red-openai-api/compare/v1.2.0...v1.3.0

node-red-openai-api - v1.2.0

Published by allanbunch 6 months ago

v1.2.0 (2024.05.05)

Full Changelog: https://github.com/allanbunch/node-red-openai-api/compare/1.1.0...v1.2.0

node-red-openai-api - 1.1.0

Published by allanbunch 6 months ago

  • 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.