mirror of
https://github.com/leon-ai/leon.git
synced 2024-11-27 08:06:03 +03:00
24 lines
467 B
JSON
24 lines
467 B
JSON
{
|
|
"langs": {
|
|
"en-US": {
|
|
"short": "en",
|
|
"min_confidence": 0.5,
|
|
"fallbacks": [],
|
|
"action_loop_stop_words": ["stop", "break", "exit"]
|
|
},
|
|
"fr-FR": {
|
|
"short": "fr",
|
|
"min_confidence": 0.5,
|
|
"fallbacks": [
|
|
{
|
|
"words": ["merci"],
|
|
"domain": "leon",
|
|
"skill": "welcome",
|
|
"action": "run"
|
|
}
|
|
],
|
|
"action_loop_stop_words": ["stop", "break", "exit"]
|
|
}
|
|
}
|
|
}
|