This is a plugin for the https://github.com/matueranet/genie-router project. It uses the wit.ai service to create a brain that generates a reply to the input from a client.
Create an app at wit.ai, navigate to its settings and copy the API key from the API Details section.
Add a wit
entry under the plugins
section, and configure the accessToken retrieved from wit.ai.
{
"plugins": {
"wit": {
"accessToken": "<token goes here>"
}
}
}