...
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 1m21s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (ultima) (push) Successful in 11m27s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Successful in 11m41s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Successful in 15m36s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Successful in 18m29s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 38s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Successful in 4m54s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (ultima) (push) Failing after 5m6s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Failing after 10m57s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Successful in 13m37s

This commit is contained in:
2025-12-03 17:34:14 -05:00
parent fc75831f12
commit 89886d0c9b
2 changed files with 119 additions and 132 deletions
+1 -4
View File
@@ -4,7 +4,6 @@
"path": "stdout" "path": "stdout"
}, },
"lang": "en-us", "lang": "en-us",
,
"listener": { "listener": {
"wake_word": "hey_benedikta", "wake_word": "hey_benedikta",
"VAD": { "VAD": {
@@ -12,7 +11,6 @@
} }
}, },
"hotwords": { "hotwords": {
,
"hey_benedikta": { "hey_benedikta": {
"module": "ovos-ww-plugin-vosk", "module": "ovos-ww-plugin-vosk",
"listen": true, "listen": true,
@@ -27,7 +25,6 @@
"fallback_ww": "hey_benedikta_pocketsphinx" "fallback_ww": "hey_benedikta_pocketsphinx"
}, },
"hey_benedikta_pocketsphinx": { "hey_benedikta_pocketsphinx": {
,
"module": "ovos-ww-plugin-pocketsphinx", "module": "ovos-ww-plugin-pocketsphinx",
"phonemes": "HH EY . B EH N AH D IY K T AH", "phonemes": "HH EY . B EH N AH D IY K T AH",
"threshold": 1e-10, "threshold": 1e-10,
@@ -35,4 +32,4 @@
"listen": true "listen": true
} }
} }
} }
+2 -12
View File
@@ -4,7 +4,6 @@
"path": "stdout" "path": "stdout"
}, },
"system_unit": "metric", "system_unit": "metric",
,
"time_format": "full", "time_format": "full",
"date_format": "DMY", "date_format": "DMY",
"spoken_time_format": "half", "spoken_time_format": "half",
@@ -15,7 +14,6 @@
"default_persona": "Benedikta" "default_persona": "Benedikta"
}, },
"pipeline": [ "pipeline": [
,
"stop_high", "stop_high",
"converse", "converse",
"ocp_high", "ocp_high",
@@ -40,22 +38,17 @@
} }
}, },
"tts": { "tts": {
,
"module": "ovos-tts-plugin-server", "module": "ovos-tts-plugin-server",
"ovos-tts-plugin-server": { "ovos-tts-plugin-server": {
"voice": "alba-medium" "voice": "alba-medium"
}, },
"fallback_module": "ovos-tts-plugin-piper", "fallback_module": "ovos-tts-plugin-piper",
,
"ovos-tts-plugins-piper": { "ovos-tts-plugins-piper": {
"voice": "alba-medium" "voice": "alba-medium"
} }
}, },
"stt": { "stt": {
, "ovos-stt-plugin-server": {},
"ovos-stt-plugin-server":
}
,
"module": "ovos-stt-plugin-server", "module": "ovos-stt-plugin-server",
"fallback_module": "ovos-stt-plugin-fasterwhisper", "fallback_module": "ovos-stt-plugin-fasterwhisper",
"ovos-stt-plugin-fasterwhisper": { "ovos-stt-plugin-fasterwhisper": {
@@ -63,14 +56,12 @@
} }
}, },
"listener": { "listener": {
,
"wake_word": "hey_benedikta", "wake_word": "hey_benedikta",
"VAD": { "VAD": {
"module": "ovos-vad-plugin-silero" "module": "ovos-vad-plugin-silero"
} }
}, },
"hotwords": { "hotwords": {
,
"hey_benedikta": { "hey_benedikta": {
"module": "ovos-ww-plugin-vosk", "module": "ovos-ww-plugin-vosk",
"listen": true, "listen": true,
@@ -85,7 +76,6 @@
"fallback_ww": "hey_benedikta_pocketsphinx" "fallback_ww": "hey_benedikta_pocketsphinx"
}, },
"hey_benedikta_pocketsphinx": { "hey_benedikta_pocketsphinx": {
,
"module": "ovos-ww-plugin-pocketsphinx", "module": "ovos-ww-plugin-pocketsphinx",
"phonemes": "HH EY . B EH N AH D IY K T AH", "phonemes": "HH EY . B EH N AH D IY K T AH",
"threshold": 1e-10, "threshold": 1e-10,
@@ -93,4 +83,4 @@
"listen": true "listen": true
} }
} }
} }