...
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
+34 -37
View File
@@ -1,38 +1,35 @@
{ {
"log_level": "INFO", "log_level": "INFO",
"logs": { "logs": {
"path": "stdout" "path": "stdout"
}, },
"lang": "en-us", "lang": "en-us",
, "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": {
, "module": "ovos-ww-plugin-vosk",
"hey_benedikta": { "listen": true,
"module": "ovos-ww-plugin-vosk", "debug": false,
"listen": true, "rule": "equals",
"debug": false, "samples": [
"rule": "equals", "hey benedicta",
"samples": [ "hey benedikta",
"hey benedicta", "benedikta",
"hey benedikta", "benedicta"
"benedikta", ],
"benedicta" "fallback_ww": "hey_benedikta_pocketsphinx"
], },
"fallback_ww": "hey_benedikta_pocketsphinx" "hey_benedikta_pocketsphinx": {
}, "module": "ovos-ww-plugin-pocketsphinx",
"hey_benedikta_pocketsphinx": { "phonemes": "HH EY . B EH N AH D IY K T AH",
, "threshold": 1e-10,
"module": "ovos-ww-plugin-pocketsphinx", "lang": "en-us",
"phonemes": "HH EY . B EH N AH D IY K T AH", "listen": true
"threshold": 1e-10, }
"lang": "en-us", }
"listen": true }
}
}
}
+85 -95
View File
@@ -1,96 +1,86 @@
{ {
"log_level": "INFO", "log_level": "INFO",
"logs": { "logs": {
"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", "confirm_listening": true,
"confirm_listening": true, "intents": {
"intents": { "persona": {
"persona": { "handle_fallback": true,
"handle_fallback": true, "default_persona": "Benedikta"
"default_persona": "Benedikta" },
}, "pipeline": [
"pipeline": [ "stop_high",
, "converse",
"stop_high", "ocp_high",
"converse", "padatious_high",
"ocp_high", "adapt_high",
"padatious_high", "ocp_medium",
"adapt_high", "ovos-persona-pipeline-plugin-high",
"ocp_medium", "fallback_high",
"ovos-persona-pipeline-plugin-high", "stop_medium",
"fallback_high", "adapt_medium",
"stop_medium", "padatious_medium",
"adapt_medium", "fallback_medium",
"padatious_medium", "adapt_low",
"fallback_medium", "common_qa",
"adapt_low", "ovos-persona-pipeline-plugin-low",
"common_qa", "fallback_low"
"ovos-persona-pipeline-plugin-low", ],
"fallback_low" "padatious": {
], "stem": false,
"padatious": { "cast_to_ascii": true,
"stem": false, "domain_engine": false
"cast_to_ascii": true, }
"domain_engine": false },
} "tts": {
}, "module": "ovos-tts-plugin-server",
"tts": { "ovos-tts-plugin-server": {
, "voice": "alba-medium"
"module": "ovos-tts-plugin-server", },
"ovos-tts-plugin-server": { "fallback_module": "ovos-tts-plugin-piper",
"voice": "alba-medium" "ovos-tts-plugins-piper": {
}, "voice": "alba-medium"
"fallback_module": "ovos-tts-plugin-piper", }
, },
"ovos-tts-plugins-piper": { "stt": {
"voice": "alba-medium" "ovos-stt-plugin-server": {},
} "module": "ovos-stt-plugin-server",
}, "fallback_module": "ovos-stt-plugin-fasterwhisper",
"stt": { "ovos-stt-plugin-fasterwhisper": {
, "model": "base.en"
"ovos-stt-plugin-server": }
} },
, "listener": {
"module": "ovos-stt-plugin-server", "wake_word": "hey_benedikta",
"fallback_module": "ovos-stt-plugin-fasterwhisper", "VAD": {
"ovos-stt-plugin-fasterwhisper": { "module": "ovos-vad-plugin-silero"
"model": "base.en" }
} },
}, "hotwords": {
"listener": { "hey_benedikta": {
, "module": "ovos-ww-plugin-vosk",
"wake_word": "hey_benedikta", "listen": true,
"VAD": { "debug": false,
"module": "ovos-vad-plugin-silero" "rule": "equals",
} "samples": [
}, "hey benedicta",
"hotwords": { "hey benedikta",
, "benedikta",
"hey_benedikta": { "benedicta"
"module": "ovos-ww-plugin-vosk", ],
"listen": true, "fallback_ww": "hey_benedikta_pocketsphinx"
"debug": false, },
"rule": "equals", "hey_benedikta_pocketsphinx": {
"samples": [ "module": "ovos-ww-plugin-pocketsphinx",
"hey benedicta", "phonemes": "HH EY . B EH N AH D IY K T AH",
"hey benedikta", "threshold": 1e-10,
"benedikta", "lang": "en-us",
"benedicta" "listen": true
], }
"fallback_ww": "hey_benedikta_pocketsphinx" }
}, }
"hey_benedikta_pocketsphinx": {
,
"module": "ovos-ww-plugin-pocketsphinx",
"phonemes": "HH EY . B EH N AH D IY K T AH",
"threshold": 1e-10,
"lang": "en-us",
"listen": true
}
}
}