mirror of
https://github.com/leon-ai/leon.git
synced 2024-11-23 20:12:08 +03:00
23 lines
354 B
JSON
23 lines
354 B
JSON
{
|
|
"langs": {
|
|
"en-US": {
|
|
"short": "en",
|
|
"min_confidence": 0.5,
|
|
"fallbacks": [
|
|
]
|
|
},
|
|
"fr-FR": {
|
|
"short": "fr",
|
|
"min_confidence": 0.5,
|
|
"fallbacks": [
|
|
{
|
|
"words": ["merci"],
|
|
"domain": "leon",
|
|
"skill": "welcome",
|
|
"action": "run"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|