Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 554 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 554 Bytes

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.

wit.ai Setup

Create an app at wit.ai, navigate to its settings and copy the API key from the API Details section.

Genie Router configuration

Add a wit entry under the plugins section, and configure the accessToken retrieved from wit.ai.

{
  "plugins": {
    "wit": {
      "accessToken": "<token goes here>"
    }
  }
}