@inductiv/node-red-openai-api 0.3.8 → 0.3.9

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 +7 -0
  2. package/node.html +2544 -552
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,13 @@
9
9
 
10
10
  _@inductiv/node-red-openai-api_ offers a versatile and configurable Node-RED node, designed specifically for seamless integration with OpenAI's advanced platform services. It empowers you to effortlessly connect and orchestrate various OpenAI functionalities, leveraging the full power of Node-RED's sophisticated application nodes. Whether you're aiming to enhance your workflows with cutting-edge AI capabilities or create innovative applications, this node serves as your gateway to harnessing the latest in AI technology from OpenAI, all within the intuitive and flexible environment of Node-RED.
11
11
 
12
+ ## New in Version 0.3.9
13
+
14
+ - Support for new OpenAI embedding models
15
+ - text-embedding-3-small
16
+ - text-embedding-3-large
17
+ - Updated node documentation
18
+
12
19
  ## Key Features
13
20
 
14
21
  - **Seamless Integration**: Directly connect with OpenAI services without the hassle of complex coding or setup.