Initial commit.
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"system_unit": "metric",
|
||||
"time_format": "full",
|
||||
"date_format": "DMY",
|
||||
"intents": {
|
||||
"persona": {
|
||||
"handle_fallback": true,
|
||||
"default_persona": "Remote LLama"
|
||||
},
|
||||
"pipeline": [
|
||||
"ocp_high",
|
||||
"stop_high",
|
||||
"converse",
|
||||
"padatious_high",
|
||||
"adapt_high",
|
||||
"stop_medium",
|
||||
"adapt_medium",
|
||||
"ovos-persona-pipeline-plugin-high",
|
||||
"fallback_medium",
|
||||
"ovos-persona-pipeline-plugin-low",
|
||||
"fallback_low"
|
||||
],
|
||||
"padatious": {
|
||||
"stem": false,
|
||||
"cast_to_ascii": true,
|
||||
"domain_engine": false
|
||||
}
|
||||
},
|
||||
"tts": {
|
||||
"module": "ovos-tts-plugin-server",
|
||||
"ovos-tts-plugin-server": {}
|
||||
},
|
||||
"stt": {
|
||||
"module": "ovos-stt-plugin-server",
|
||||
"fallback_module": "",
|
||||
"ovos-stt-plugin-server": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user