Skip to content

Commit 43ecdae

Browse files
committed
Upgraded OpenAI SDK to latest.
1 parent 1dd199e commit 43ecdae

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ After installation, find your node in the **AI** palette category labeled "OpenA
4040
- **Configurable and Flexible**: Adapt to a wide range of project requirements, making it easy to integrate AI into your IoT solutions.
4141
- **Powerful Combinations**: Utilize Node-RED's diverse nodes to build complex, AI-driven IoT workflows with ease.
4242

43-
## Release Notes (v1.7.2)
43+
## Release Notes (v1.8.0)
4444

45-
- **Ehancement**: Returning request `msg` object with error responses.
46-
- **Chores**: Linting.
45+
- **Ehancement**: Upgraded to the OpenAI API Library from [v4.77.0](https://github.com/openai/openai-node/releases/tag/v4.77.0) to [v4.8.2](https://github.com/openai/openai-node/releases/tag/v4.83.0).
4746

4847
## What's New in Version 1.x
4948

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inductiv/node-red-openai-api",
3-
"version": "1.7.2",
3+
"version": "1.8.0",
44
"description": "Enhance your Node-RED projects with advanced AI capabilities.",
55
"main": "node.js",
66
"engines": {
@@ -30,7 +30,7 @@
3030
"low-code"
3131
],
3232
"dependencies": {
33-
"openai": "~4.77.0"
33+
"openai": "~4.83.0"
3434
},
3535
"author": "Allan Bunch",
3636
"license": "MIT",

0 commit comments

Comments
 (0)