Skip to content

Commit

Permalink
Update mycroft.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored May 22, 2024
1 parent 770e09f commit 753a1b9
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions ovos_config/mycroft.conf
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,31 @@

// Intent Pipeline / plugins config
"intents" : {
// this should be removed and True by default IMHO
"experimental_ocp_pipeline": true,

"OCP": {
// legacy forces old audio service instead of OCP
"legacy": false,
// min confidence (0.0 - 1.0) to accept MediaType
"classifier_threshold": 0.4,
// min conf for each result (0 - 100)
"min_score": 50,
// filter results from "wrong" MediaType
"filter_media": true,
// filter results we lack plugins to play
"filter_SEI": true,
// playback mode
// 0 - auto
// 10 - audio results only
// 20 - video results only
"playback_mode": 0,
// if MediaType query fails, try Generic query
"search_fallback": true,
// enable mycroft common play pipeline
"legacy_cps": true
},

// the pipeline is a ordered set of frameworks to send an utterance too
// if one of the frameworks fails the next one is used, until an answer is found
// NOTE: if padatious is not installed, it will be replaced with padacioso (much slower)
Expand All @@ -158,10 +183,8 @@
"stop_medium",
"adapt_medium",
"padatious_medium",
"adapt_low",
"common_qa",
"fallback_medium",
"ocp_fallback",
"fallback_low"
]
},
Expand Down

0 comments on commit 753a1b9

Please sign in to comment.