2025-06-09 15:07:26 +02:00

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"
}
}
]
}