@inductiv/node-red-openai-api 1.7.0 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -4
  2. package/lib.js +0 -3
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -40,11 +40,9 @@ After installation, find your node in the **AI** palette category labeled "OpenA
40
40
  - **Configurable and Flexible**: Adapt to a wide range of project requirements, making it easy to integrate AI into your IoT solutions.
41
41
  - **Powerful Combinations**: Utilize Node-RED's diverse nodes to build complex, AI-driven IoT workflows with ease.
42
42
 
43
- ## Release Notes (v1.7.0)
43
+ ## Release Notes (v1.7.1)
44
44
 
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.
48
46
 
49
47
  ## What's New in Version 1.x
50
48
 
package/lib.js CHANGED
@@ -1,6 +1,3 @@
1
- const { response } = require("express");
2
- const { json } = require("stream/consumers");
3
-
4
1
  let OpenaiApi = (function () {
5
2
  "use strict";
6
3
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inductiv/node-red-openai-api",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "Enhance your Node-RED projects with advanced AI capabilities.",
5
5
  "main": "node.js",
6
6
  "engines": {