Skip to content

Commit 25d1d24

Browse files
committed
Cleaned up node JavaScript to improve stability and performance.
1 parent a7f31d3 commit 25d1d24

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +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.0)
43+
## Release Notes (v1.7.1)
4444

45-
- Upgraded to OpenAI Node API Library package dependency [v4.77.0](https://www.npmjs.com/package/openai/v/4.77.0)
46-
- OpenAI [o1 and new tools](https://openai.com/index/o1-and-new-tools-for-developers/) for developers
47-
- [Preference Fine-tuning](https://platform.openai.com/docs/guides/fine-tuning#preference)
45+
- **Chores**: Cleaned up node JavaScript to improve stability and performance.
4846

4947
## What's New in Version 1.x
5048

lib.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
const { response } = require("express");
2-
const { json } = require("stream/consumers");
3-
41
let OpenaiApi = (function () {
52
"use strict";
63

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.7.0",
3+
"version": "1.7.1",
44
"description": "Enhance your Node-RED projects with advanced AI capabilities.",
55
"main": "node.js",
66
"engines": {

0 commit comments

Comments
 (0)