...
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
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:
@@ -1,38 +1,35 @@
|
||||
{
|
||||
"log_level": "INFO",
|
||||
"logs": {
|
||||
"path": "stdout"
|
||||
},
|
||||
"lang": "en-us",
|
||||
,
|
||||
"listener": {
|
||||
"wake_word": "hey_benedikta",
|
||||
"VAD": {
|
||||
"module": "ovos-vad-plugin-silero"
|
||||
}
|
||||
},
|
||||
"hotwords": {
|
||||
,
|
||||
"hey_benedikta": {
|
||||
"module": "ovos-ww-plugin-vosk",
|
||||
"listen": true,
|
||||
"debug": false,
|
||||
"rule": "equals",
|
||||
"samples": [
|
||||
"hey benedicta",
|
||||
"hey benedikta",
|
||||
"benedikta",
|
||||
"benedicta"
|
||||
],
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
"log_level": "INFO",
|
||||
"logs": {
|
||||
"path": "stdout"
|
||||
},
|
||||
"lang": "en-us",
|
||||
"listener": {
|
||||
"wake_word": "hey_benedikta",
|
||||
"VAD": {
|
||||
"module": "ovos-vad-plugin-silero"
|
||||
}
|
||||
},
|
||||
"hotwords": {
|
||||
"hey_benedikta": {
|
||||
"module": "ovos-ww-plugin-vosk",
|
||||
"listen": true,
|
||||
"debug": false,
|
||||
"rule": "equals",
|
||||
"samples": [
|
||||
"hey benedicta",
|
||||
"hey benedikta",
|
||||
"benedikta",
|
||||
"benedicta"
|
||||
],
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,96 +1,86 @@
|
||||
{
|
||||
"log_level": "INFO",
|
||||
"logs": {
|
||||
"path": "stdout"
|
||||
},
|
||||
"system_unit": "metric",
|
||||
,
|
||||
"time_format": "full",
|
||||
"date_format": "DMY",
|
||||
"spoken_time_format": "half",
|
||||
"confirm_listening": true,
|
||||
"intents": {
|
||||
"persona": {
|
||||
"handle_fallback": true,
|
||||
"default_persona": "Benedikta"
|
||||
},
|
||||
"pipeline": [
|
||||
,
|
||||
"stop_high",
|
||||
"converse",
|
||||
"ocp_high",
|
||||
"padatious_high",
|
||||
"adapt_high",
|
||||
"ocp_medium",
|
||||
"ovos-persona-pipeline-plugin-high",
|
||||
"fallback_high",
|
||||
"stop_medium",
|
||||
"adapt_medium",
|
||||
"padatious_medium",
|
||||
"fallback_medium",
|
||||
"adapt_low",
|
||||
"common_qa",
|
||||
"ovos-persona-pipeline-plugin-low",
|
||||
"fallback_low"
|
||||
],
|
||||
"padatious": {
|
||||
"stem": false,
|
||||
"cast_to_ascii": true,
|
||||
"domain_engine": false
|
||||
}
|
||||
},
|
||||
"tts": {
|
||||
,
|
||||
"module": "ovos-tts-plugin-server",
|
||||
"ovos-tts-plugin-server": {
|
||||
"voice": "alba-medium"
|
||||
},
|
||||
"fallback_module": "ovos-tts-plugin-piper",
|
||||
,
|
||||
"ovos-tts-plugins-piper": {
|
||||
"voice": "alba-medium"
|
||||
}
|
||||
},
|
||||
"stt": {
|
||||
,
|
||||
"ovos-stt-plugin-server":
|
||||
}
|
||||
,
|
||||
"module": "ovos-stt-plugin-server",
|
||||
"fallback_module": "ovos-stt-plugin-fasterwhisper",
|
||||
"ovos-stt-plugin-fasterwhisper": {
|
||||
"model": "base.en"
|
||||
}
|
||||
},
|
||||
"listener": {
|
||||
,
|
||||
"wake_word": "hey_benedikta",
|
||||
"VAD": {
|
||||
"module": "ovos-vad-plugin-silero"
|
||||
}
|
||||
},
|
||||
"hotwords": {
|
||||
,
|
||||
"hey_benedikta": {
|
||||
"module": "ovos-ww-plugin-vosk",
|
||||
"listen": true,
|
||||
"debug": false,
|
||||
"rule": "equals",
|
||||
"samples": [
|
||||
"hey benedicta",
|
||||
"hey benedikta",
|
||||
"benedikta",
|
||||
"benedicta"
|
||||
],
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
"log_level": "INFO",
|
||||
"logs": {
|
||||
"path": "stdout"
|
||||
},
|
||||
"system_unit": "metric",
|
||||
"time_format": "full",
|
||||
"date_format": "DMY",
|
||||
"spoken_time_format": "half",
|
||||
"confirm_listening": true,
|
||||
"intents": {
|
||||
"persona": {
|
||||
"handle_fallback": true,
|
||||
"default_persona": "Benedikta"
|
||||
},
|
||||
"pipeline": [
|
||||
"stop_high",
|
||||
"converse",
|
||||
"ocp_high",
|
||||
"padatious_high",
|
||||
"adapt_high",
|
||||
"ocp_medium",
|
||||
"ovos-persona-pipeline-plugin-high",
|
||||
"fallback_high",
|
||||
"stop_medium",
|
||||
"adapt_medium",
|
||||
"padatious_medium",
|
||||
"fallback_medium",
|
||||
"adapt_low",
|
||||
"common_qa",
|
||||
"ovos-persona-pipeline-plugin-low",
|
||||
"fallback_low"
|
||||
],
|
||||
"padatious": {
|
||||
"stem": false,
|
||||
"cast_to_ascii": true,
|
||||
"domain_engine": false
|
||||
}
|
||||
},
|
||||
"tts": {
|
||||
"module": "ovos-tts-plugin-server",
|
||||
"ovos-tts-plugin-server": {
|
||||
"voice": "alba-medium"
|
||||
},
|
||||
"fallback_module": "ovos-tts-plugin-piper",
|
||||
"ovos-tts-plugins-piper": {
|
||||
"voice": "alba-medium"
|
||||
}
|
||||
},
|
||||
"stt": {
|
||||
"ovos-stt-plugin-server": {},
|
||||
"module": "ovos-stt-plugin-server",
|
||||
"fallback_module": "ovos-stt-plugin-fasterwhisper",
|
||||
"ovos-stt-plugin-fasterwhisper": {
|
||||
"model": "base.en"
|
||||
}
|
||||
},
|
||||
"listener": {
|
||||
"wake_word": "hey_benedikta",
|
||||
"VAD": {
|
||||
"module": "ovos-vad-plugin-silero"
|
||||
}
|
||||
},
|
||||
"hotwords": {
|
||||
"hey_benedikta": {
|
||||
"module": "ovos-ww-plugin-vosk",
|
||||
"listen": true,
|
||||
"debug": false,
|
||||
"rule": "equals",
|
||||
"samples": [
|
||||
"hey benedicta",
|
||||
"hey benedikta",
|
||||
"benedikta",
|
||||
"benedicta"
|
||||
],
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user