Saving OVOS progress for now...
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"binarize": true,
|
||||
|
||||
"allowed_encodings": [
|
||||
"JSON-B64",
|
||||
"JSON-URLSAFE-B64",
|
||||
@@ -9,10 +10,12 @@
|
||||
"JSON-B32",
|
||||
"JSON-HEX"
|
||||
],
|
||||
|
||||
"allowed_ciphers": [
|
||||
"CHACHA20-POLY1305",
|
||||
"AES-GCM"
|
||||
],
|
||||
|
||||
"agent_protocol": {
|
||||
"module": "hivemind-ovos-agent-plugin",
|
||||
"hivemind-ovos-agent-plugin": {
|
||||
@@ -20,21 +23,30 @@
|
||||
"port": 8181
|
||||
}
|
||||
},
|
||||
|
||||
"binary_protocol": {
|
||||
"module": "hivemind-audio-binary-protocol-plugin",
|
||||
"hivemind-audio-binary-protocol-plugin": {
|
||||
"module": "hivemind-audio-binary-protocol-plugin",
|
||||
"hivemind-audio-binary-protocol-plugin": {
|
||||
|
||||
"stt": {
|
||||
"module": "ovos-stt-plugin-server",
|
||||
"ovos-stt-plugin-server": {}
|
||||
"module": "ovos-stt-plugin-fasterwhisper",
|
||||
"ovos-stt-plugin-fasterwhisper": {
|
||||
"model": "base.en"
|
||||
}
|
||||
},
|
||||
|
||||
"tts": {
|
||||
"module": "ovos-tts-plugin-server",
|
||||
"ovos-tts-plugin-server": {}
|
||||
"module": "ovos-tts-plugin-piper",
|
||||
"ovos-tts-plugin-piper": {
|
||||
"voice": "alba-medium"
|
||||
}
|
||||
},
|
||||
|
||||
"vad": {
|
||||
"module": "ovos-vad-plugin-silero",
|
||||
"ovos-vad-plugin-silero": {}
|
||||
},
|
||||
|
||||
"wake_word": "hey_benedikta",
|
||||
"hotwords": {
|
||||
"hey_benedikta": {
|
||||
@@ -44,6 +56,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"network_protocol": {
|
||||
"hivemind-websocket-plugin": {
|
||||
"host": "0.0.0.0",
|
||||
@@ -60,6 +73,7 @@
|
||||
"cert_name": "hivemind"
|
||||
}
|
||||
},
|
||||
|
||||
"database": {
|
||||
"module": "hivemind-json-db-plugin",
|
||||
"hivemind-json-db-plugin": {
|
||||
@@ -67,4 +81,4 @@
|
||||
"subfolder": "hivemind-core"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user