Skip to content

Releases: HaroldPetersInskipp/node-red-contrib-chatgpt

node-red-contrib-chatgpt-v1.3.5

18 Jul 23:30
Compare
Choose a tag to compare

Change Log

[1.3.5] - 2024-07-18

Added

  • Included preliminary support for for additional OpenAI model gpt-4o-mini. Set msg.topic to gpt-4o-mini to select the new model.

Changed

  • Changed default behavior to use the new GPT-4o-mini model when no topic is selected.

node-red-contrib-chatgpt-v1.3.4

17 Jul 16:06
Compare
Choose a tag to compare

Change Log

[1.3.4] - 2024-07-17

Changed

  • Depreciated edits api and complete migration to v4 of openai SDK.

node-red-contrib-chatgpt-v1.3.3

15 Jul 20:27
Compare
Choose a tag to compare

Change Log

[1.3.3] - 2024-07-15

Changed

  • Attempt to migrate from v3 to v4 of openai SDK

node-red-contrib-chatgpt-v1.3.2

12 Jul 17:32
Compare
Choose a tag to compare

Change Log

[1.3.2] - 2024-07-12

Changed

  • Included support for new message property msg.model to select any model.

node-red-contrib-chatgpt-v1.3.1

09 Jul 02:13
Compare
Choose a tag to compare

Change Log

[1.3.1] - 2024-07-08

Changed

  • Included support for image generation with the model dall-e-3

node-red-contrib-chatgpt-v1.3.0

09 Jul 01:32
Compare
Choose a tag to compare

Change Log

[1.3.0] - 2024-07-08

Changed

  • Removed support for depreciated model text-davinci-003. msg.topic can no longer be set to completion
  • Changed default behavior to use the new GPT-4o model. msg.topic can be set to gpt4o

node-red-contrib-chatgpt-v1.2.16

17 Jan 16:39
fc12bac
Compare
Choose a tag to compare

Change Log

[1.2.16] - 2024-01-17

Changed

  • Reverted function calling with GPT-4 model due to issues
  • Included support for message properties msg.API_KEY and msg.ORGANIZATION

node-red-contrib-chatgpt-v1.2.17

17 Jan 18:36
a7b49b6
Compare
Choose a tag to compare

Change Log

[1.2.17] - 2024-01-17

Changed

  • Properly included support for message properties msg.API_KEY and msg.ORGANIZATION

node-red-contrib-chatgpt-v1.2.15

13 Jan 00:38
ccbcf96
Compare
Choose a tag to compare

Change Log

[1.2.15] - 2024-01-12

Changed

  • Properly store credentials so they don't accidentally get exported in a flow

node-red-contrib-chatgpt-v1.2.14

12 Jan 23:55
66a63d4
Compare
Choose a tag to compare

[1.2.14] - 2024-01-12

Changed

  • Fixed formatting of help information displayed in the info tab of the editor.
  • Included comments in chatgpt.js.