Skip to content

Commit

Permalink
update/stop_pipeline (#94)
Browse files Browse the repository at this point in the history
* update/stop_pipeline

add stop to the pipeline by default

companion to OpenVoiceOS/ovos-core#391

* Update mycroft.conf

* Update mycroft.conf
  • Loading branch information
JarbasAl authored Jan 19, 2024
1 parent a2e455a commit 2dc4b52
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions ovos_config/mycroft.conf
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,13 @@
// NOTE: if padatious is not installed, it will be replaced with padacioso (much slower)
// in the future these will become plugins, and new pipeline stages can be added by end users
"pipeline": [
"stop_high",
"converse",
"padatious_high",
"adapt",
"common_qa",
"fallback_high",
"stop_medium",
"padatious_medium",
"fallback_medium",
"padatious_low",
Expand Down Expand Up @@ -176,10 +178,11 @@
"autogen_meta": false,

// blacklisted skills to not load
// NB: This is the basename() of the directory where the skill lives, so if
// the skill you want to blacklist is in /usr/share/mycroft/skills/mycroft-alarm.mycroftai/
// then you should write `["mycroft-alarm.mycroftai"]` below.
"blacklisted_skills": [],
// NB: This is skill_id of the skill, usually defined in the skills setup.py
"blacklisted_skills": [
// stop skill has been replaced with native core functionality
"skill-ovos-stop.openvoiceos"
],

// priority skills to be loaded first
// DEPRECATED: specify skill loading requirements in individual skills instead
Expand Down

0 comments on commit 2dc4b52

Please sign in to comment.