@cpwc/node-red-contrib-ai-intent 3.1.2-alpha → 3.1.3-alpha

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.
@@ -40,7 +40,7 @@ module.exports = function (RED) {
40
40
 
41
41
 
42
42
  const { apiProperties, toolProperties } = controller;
43
- const openai = new OpenAI({ endpoint, apiKey, apiVersion });
43
+ const openai = new AzureOpenAI({ endpoint, apiKey, apiVersion });
44
44
  const finalProps = {
45
45
  ...toolProperties,
46
46
  model: apiProperties.model,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cpwc/node-red-contrib-ai-intent",
3
- "version": "3.1.2-alpha",
3
+ "version": "3.1.3-alpha",
4
4
  "description": "A collection of nodes to elevate a user's automation interactions",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",