Files
lunafreya-lva/ovos/config/mycroft.conf
T
2025-04-21 10:56:46 -04:00

57 lines
1.1 KiB
Plaintext

{
"log_level": "INFO",
"logs": {
"path": "stdout"
},
"play_wav_cmdline": "play %1",
"play_mp3_cmdline": "play %1",
"lang": "en-US",
"listener": {
"VAD": {
"module": "ovos-vad-plugin-silero"
}
},
"skills": {
"installer": {
"allow_pip": true,
"allow_alphas": true
}
},
"gui": {
"extension": "ovos-gui-plugin-shell-companion",
"gui_file_host_path": "/home/ovos/.cache/gui_files"
},
"websocket": {
"max_msg_size": 100
},
"PHAL": {
"admin": {
"ovos-PHAL-plugin-system": {
"enabled": true
}
}
},
"open_data": {
"intent_urls": [
"https://metrics.tigregotico.pt/intents"
]
},
"tts": {
"ovos-tts-plugin-server": {
"voice": "ryan-low"
},
"module": "ovos-tts-plugin-server"
},
"stt": {
"ovos-stt-plugin-server": {},
"module": "ovos-stt-plugin-server",
"fallback_module": ""
},
"system_unit": "imperial",
"temperature_unit": "fahrenheit",
"precipitation_unit": "inch",
"windspeed_unit": "mph",
"time_format": "half",
"spoken_time_format": "half",
"date_format": "MDY"
}