Skip to content

genie-router plugin that uses wit.ai to generates replies to input.

Notifications You must be signed in to change notification settings

daangemist/genie-router-plugin-wit.ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>"
    }
  }
}

About

genie-router plugin that uses wit.ai to generates replies to input.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published