Skip to content

Instantly share code, notes, and snippets.

@acriptis
Created June 28, 2019 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acriptis/51b0cdb68db942fd267eeda51353bde8 to your computer and use it in GitHub Desktop.
Save acriptis/51b0cdb68db942fd267eeda51353bde8 to your computer and use it in GitHub Desktop.
{
"chainer": {
"in": [
"utterances"
],
"out": [
"responses_batch"
],
"pipe": [
{
"class_name": "aiml_skill",
"path_to_aiml_scripts": "{PROJECT_ROOT}/aiml_scripts",
"null_response": "I don't know",
"in": [
"utterances"
],
"out": [
"responses_batch",
"confidences_batch",
"output_states_batch"
]
}
]
},
"metadata": {
"variables": {
"ROOT_PATH": "~/.deeppavlov",
"DOWNLOADS_PATH": "{ROOT_PATH}/downloads",
"MODELS_PATH": "{ROOT_PATH}/models",
"PROJECT_ROOT": "."
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/aiml_skill.txt"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment