Skip to content

Commit 1c0bb57

Browse files
committed
couple of fixes
1 parent c1307e3 commit 1c0bb57

File tree

4 files changed

+81
-32
lines changed

4 files changed

+81
-32
lines changed

backend_service/AnalyzePrompt/function.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"scriptFile": "../dist/AnalyzePrompt/index.js",
32
"bindings": [
43
{
54
"authLevel": "function",

backend_service/local.settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
"AZURE_TEXT_ANALYTICS_ENDPOINT": "https://cl-text-analysis.cognitiveservices.azure.com/",
1111
"AZURE_TEXT_ANALYTICS_API_KEY": "3qcSc5LrXG3YDxyAoRnYqqmrbauH9F4MTVbGvdStMz0d3smGvFRsJQQJ99BCACYeBjFXJ3w3AAAaACOGP9wI",
1212
"AZURE_TRANSLATOR_ENDPOINT": "https://cl-translator-0.cognitiveservices.azure.com/",
13-
"AZURE_TRANSLATOR_API_KEY": "BHxMNwxWyd3oEPkruyMhPeHplUN30Sq8w17Rw9OYAoWNCmieXB0wJQQJ99BCACHYHv6XJ3w3AAAbACOGNv78"
13+
"AZURE_TRANSLATOR_API_KEY": "BHxMNwxWyd3oEPkruyMhPeHplUN30Sq8w17Rw9OYAoWNCmieXB0wJQQJ99BCACHYHv6XJ3w3AAAbACOGNv78",
14+
"FUNCTIONS_WORKER_RUNTIME": "node"
1415
},
16+
"ConnectionStrings": {},
1517
"Host": {
1618
"LocalHttpPort": 7071,
1719
"CORS": "*"

backend_service/package-lock.json

Lines changed: 78 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend_service/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"devDependencies": {
99
"azure-functions-core-tools": "^4.x"
1010
},
11-
"main": "index.js",
1211
"keywords": [],
1312
"author": "",
1413
"license": "ISC",

0 commit comments

Comments
 (0)