26 lines
660 B
JSON
26 lines
660 B
JSON
{
|
|
"version" : "Prompter 1.0",
|
|
|
|
"prompter" : [
|
|
{
|
|
"name" : "SDS_prompter",
|
|
"type" : "local",
|
|
"local":
|
|
{
|
|
"vocalizer_path" : "/opt/speech/data/tts",
|
|
"tuning_files_root_path" : "/opt/speech/data/tts",
|
|
"email_parser_configs_root_path": "/opt/speech/data/tts"
|
|
}
|
|
},
|
|
{
|
|
"name" : "NAVI_prompter",
|
|
"type" : "local",
|
|
"local":
|
|
{
|
|
"vocalizer_path" : "/opt/speech/data/tts",
|
|
"tuning_files_root_path" : "/opt/speech/data/tts"
|
|
}
|
|
}
|
|
]
|
|
}
|