You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-15Lines changed: 10 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This library provides convenient access to the OpenAI Node API Library from Node
9
9
</a>
10
10
<br>
11
11
12
-
Node-RED OpenAI API is a versatile and configurable Node-RED node designed for seamless integration with any OpenAI API compatible platform. This node empowers innovators and developers to effortlessly connect and orchestrate complex AI and IoT workflows, leveraging Node-RED's sophisticated ecosystem. Ideal for enhancing IoT operations with advanced AI capabilities, this node serves as your gateway to applying the latest AI technology in an IoT context, facilitating innovative applications across diverse environments.
12
+
Node-RED OpenAI API is a versatile and configurable Node-RED node designed for seamless integration with any OpenAI API compatible platform. This node empowers innovators and developers to effortlessly connect and orchestrate complex AI and AIoT workflows, leveraging Node-RED's sophisticated ecosystem. Ideal for enhancing IoT operations with advanced AI capabilities, this node serves as your gateway to applying the latest AI technology in an IoT context, facilitating innovative applications across diverse environments.
13
13
14
14
## Installation
15
15
@@ -40,23 +40,18 @@ 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.89.0)
43
+
## Release Notes (v1.103.0)
44
44
45
-
-**Ehancements:**
46
-
- Upgraded the OpenAI API Library dependency from [v4.87.3](https://github.com/openai/openai-node/releases/tag/v4.87.3) to [v4.89.0](https://github.com/openai/openai-node/releases/tag/v4.89.0)
47
-
-**Features:**
48
-
- New audio helpers
49
-
- New API models for TTS, STT, + new audio features for Realtime
45
+
### Ehancements
50
46
51
-
## What's New in Version 1.x
47
+
- Upgraded the OpenAI API Library dependency from [v4.89.0](https://github.com/openai/openai-node/releases/tag/v4.89.0) to [v4.103.0](https://github.com/openai/openai-node/releases/tag/v4.103.0)
52
48
53
-
Version 1.0 of the **node-red-openai-api** node brings significant enhancements and new possibilities, including:
49
+
### Notable Features & Changes
54
50
55
-
-**API Upgrade to OpenAI Assistants v2**: Transition to the new Assistants v2 API version with extended features. This upgrade leverages the updated OpenAI NodeJS package, which supports newer models and capabilities, enhancing AIoT applications.
56
-
-**Response Object Parity**: Updated response objects to closely align with the OpenAI documented response object structures, ensuring that your integration can seamlessly handle newer data formats.
57
-
-**New Functionalities**: Addition of new capabilities such as Batch requests and Vector Store features to enhance your projects.
58
-
-**Updated Examples**: Updated [examples](./examples/) showcasing new API features and functionality.
59
-
-**Bug Fixes**: Closed out a series of bugs improving overall usability and stability.
51
+
- Full Model Context Protocol (MCP) tool support for the `responses` API.
52
+
- Added support for the new `container` endpoint.
53
+
- Added support for the new `containerFiles` endpoint.
54
+
- Added a simple MCP tool use example flow to the `examples` directory. See: [MCP Example](./examples/responses/mcp.json).
60
55
61
56
### Important Notice Regarding Compatibility
62
57
@@ -114,7 +109,7 @@ I value community contributions that help enhance this Node-RED node and expand
114
109
115
110
## Community and Support
116
111
117
-
Engage with the Node-RED OpenAI API community to share your experiences, get support, and discuss your ideas. Whether you're using the node or contributing to its development, we're here to help and look forward to your feedback and contributions.
112
+
Engage with the Node-RED OpenAI API community to share your experiences, get support, and discuss your ideas. Whether you're using the node or contributing to its development, I'm here to help and look forward to your feedback and contributions.
118
113
119
114
-**Community Discussions**: For any questions, help with setting up, or to connect with other users and contributors, please visit our [Community Discussions](https://github.com/allanbunch/node-red-openai-api/discussions).
120
115
-**Feedback and Issues**: If you encounter any issues or have suggestions, please [raise an issue](https://github.com/allanbunch/node-red-openai-api/issues) directly on GitHub.
0 commit comments