From 4948c35a8b81b878d461317ce3f2b68bef90f6ae Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Sat, 30 Dec 2023 21:54:44 +0000 Subject: [PATCH] update/stop_pipeline add stop to the pipeline by default companion to https://github.com/OpenVoiceOS/ovos-core/pull/391 --- ovos_config/mycroft.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ovos_config/mycroft.conf b/ovos_config/mycroft.conf index 79ece76..67a048b 100644 --- a/ovos_config/mycroft.conf +++ b/ovos_config/mycroft.conf @@ -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_low", "padatious_medium", "fallback_medium", "padatious_low",