Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 384 Bytes

File metadata and controls

19 lines (14 loc) · 384 Bytes

DcoumentBuddy - Bot Interface

Now with 100% moar NLP!

Setup

npm install

Run

set LuisAppID=< placeholder for value from LUIS App Settings >
set LuisAPIKey=< placeholder for value from LUIS Account Settings, described as Authoring Key >
# optional, needed when using a local dev version of the API-Server:
set apiBaseUrl=http://127.0.0.1:5000
node app.js