diff --git a/ovos_config/mycroft.conf b/ovos_config/mycroft.conf index 79ece76..4edcc5b 100644 --- a/ovos_config/mycroft.conf +++ b/ovos_config/mycroft.conf @@ -139,13 +139,15 @@ // in the future these will become plugins, and new pipeline stages can be added by end users "pipeline": [ "converse", + "ocp_high", "padatious_high", "adapt", "common_qa", + "ocp_medium", "fallback_high", "padatious_medium", "fallback_medium", - "padatious_low", + "ocp_fallback", "fallback_low" ] },