diff --git a/examples/demo-upload-example-utterances/demo-Upload-utterances-from-querylog/index.js b/examples/demo-upload-example-utterances/demo-Upload-utterances-from-querylog/index.js index 2acba3d..2d2713e 100644 --- a/examples/demo-upload-example-utterances/demo-Upload-utterances-from-querylog/index.js +++ b/examples/demo-upload-example-utterances/demo-Upload-utterances-from-querylog/index.js @@ -5,11 +5,8 @@ const parse = require('./_parse'); const upload = require('./_upload'); // TBD: CHANGE THESE VALUES -//const LUIS_subscriptionKey = "YOUR_SUBSCRIPTION_KEY"; -//const LUIS_appId = "YOUR_APP_ID"; - -const LUIS_subscriptionKey = "e237d6bc86cd4562bf67b09dff44d2e6"; -const LUIS_appId = "84d6601f-a1f0-456e-a894-be5e662a5a6b"; +const LUIS_subscriptionKey = "YOUR_SUBSCRIPTION_KEY"; +const LUIS_appId = "YOUR_APP_ID"; const LUIS_versionId = "0.1"; diff --git a/examples/demo-upload-example-utterances/demo-upload-utterances-from-exported-luis-app/index.js b/examples/demo-upload-example-utterances/demo-upload-utterances-from-exported-luis-app/index.js index af0362c..e4ed5fc 100644 --- a/examples/demo-upload-example-utterances/demo-upload-utterances-from-exported-luis-app/index.js +++ b/examples/demo-upload-example-utterances/demo-upload-utterances-from-exported-luis-app/index.js @@ -4,11 +4,8 @@ const parse = require('./_parse'); const upload = require('./_upload'); // TBD: CHANGE THESE VALUES -//const LUIS_subscriptionKey = "YOUR_SUBSCRIPTION_KEY"; -//const LUIS_appId = "YOUR_APP_ID"; - -const LUIS_subscriptionKey = "e237d6bc86cd4562bf67b09dff44d2e6"; -const LUIS_appId = "36f3e2da-a9e8-4d1a-95db-142ecdad3d74"; +const LUIS_subscriptionKey = "YOUR_SUBSCRIPTION_KEY"; +const LUIS_appId = "YOUR_APP_ID"; const LUIS_versionId = "LightsOnly";