1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-11-30 19:07:39 +03:00
leon/core/langs.json

24 lines
467 B
JSON
Raw Normal View History

2019-02-10 15:26:50 +03:00
{
2022-09-03 14:12:41 +03:00
"langs": {
2019-02-10 15:26:50 +03:00
"en-US": {
"short": "en",
2019-05-01 11:00:01 +03:00
"min_confidence": 0.5,
2024-04-29 06:25:18 +03:00
"fallbacks": [],
"action_loop_stop_words": ["stop", "break", "exit"]
2019-02-10 15:26:50 +03:00
},
"fr-FR": {
"short": "fr",
2019-05-01 11:00:01 +03:00
"min_confidence": 0.5,
2019-02-10 15:26:50 +03:00
"fallbacks": [
{
"words": ["merci"],
"domain": "leon",
"skill": "welcome",
2019-05-04 06:20:35 +03:00
"action": "run"
2019-02-10 15:26:50 +03:00
}
2024-04-29 06:25:18 +03:00
],
"action_loop_stop_words": ["stop", "break", "exit"]
2019-02-10 15:26:50 +03:00
}
2022-09-03 14:12:41 +03:00
}
2019-02-10 15:26:50 +03:00
}