chingychunC
BuildShip17mo ago
18 replies
chingychun

Azure OpenAI Assistant template help

I filled in the Azure OpenAI Assistant node info/keys following the youtube video. But still can't Ship, and testing the node returns error as follows:



{
"nodeId": "test-node-6614d3ec-2cfc-49d1-b754-efb5d7a24af1",
"nodeName": "Azure OpenAI Assistant",
"stage": "building node",
"errorObject": {
"errors": [
{
"id": "",
"location": {
"column": 9,
"file": "../../../tmp/test-node-6614d3ec-2cfc-49d1-b754-efb5d7a24af1XXXXXX0fK7WB/index.ts",
"length": 18,
"line": 2,
"lineText": "import { AzureKeyCredential } from "@azure/openai";",
"namespace": "",
"suggestion": ""
},
"notes": [],
"pluginName": "",
"text": "No matching export in "../../../tmp/test-node-6614d3ec-2cfc-49d1-b754-efb5d7a24af1XXXXXX0fK7WB/node_modules/@azure/openai/dist/esm/index.js" for import "AzureKeyCredential""
}
],
"warnings": []
}
}
Solution
solved. thanks for the support. made a new azure resource and reinput all the keys/details
Was this page helpful?