chingychun
BBuildShip
•Created by chingychun on 8/26/2024 in #❓・buildship-help
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": []
}
}
19 replies
BBuildShip
•Created by chingychun on 8/17/2024 in #❓・buildship-help
Dynamic Scrape
Noob here. Trying to scrape google.com using the template code. Keep getting a error "No element found for selector: #APjFqb"
8 replies