Skip to content

Instantly share code, notes, and snippets.

@acriptis
Created June 28, 2019 15:58
Embed
What would you like to do?
{
"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