Skip to content

Commit 0f01995

Browse files
committed
Updated package details.
1 parent 81e89dc commit 0f01995

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ After installation, find your node in the **AI** palette category labeled "OpenA
4242

4343
## Release Notes (v1.85.4)
4444

45-
- **Ehancement**: Upgraded the OpenAI API Library dependency from [v4.85.1](https://github.com/openai/openai-node/releases/tag/v4.85.1) to [v4.85.4](https://github.com/openai/openai-node/releases/tag/v4.85.4).
45+
- **Ehancement:** Upgraded the OpenAI API Library dependency from [v4.85.1](https://github.com/openai/openai-node/releases/tag/v4.85.1) to [v4.85.4](https://github.com/openai/openai-node/releases/tag/v4.85.4).
46+
- **Enhancement:** Implemented [Chat Completion storage methods](https://platform.openai.com/docs/api-reference/chat).
4647

4748
## What's New in Version 1.x
4849

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inductiv/node-red-openai-api",
3-
"version": "1.85.1",
3+
"version": "1.85.4",
44
"description": "Enhance your Node-RED projects with advanced AI capabilities.",
55
"main": "node.js",
66
"engines": {

0 commit comments

Comments
 (0)