From 67498523209f08afe3902b369521da4c3e6f8ec0 Mon Sep 17 00:00:00 2001 From: Jonathan D'Orleans Date: Wed, 7 Sep 2016 16:39:57 -0400 Subject: [PATCH] Issues 351 - Setting mycroft as default STT engine --- mycroft/configuration/mycroft.conf | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/mycroft/configuration/mycroft.conf b/mycroft/configuration/mycroft.conf index 217c2f215d..2f7c8b63d0 100644 --- a/mycroft/configuration/mycroft.conf +++ b/mycroft/configuration/mycroft.conf @@ -21,12 +21,9 @@ "ssl": false }, "speech_client": { - "module": "google", + "module": "mycroft", "sample_rate": 16000, - "channels": 1, - "credential": { - "token": "" - } + "channels": 1 }, "listener": { "wake_word": "hey mycroft",