From 85c079e2c55f4929468ee433bac80d4670b2a543 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Tue, 22 Aug 2023 01:45:13 +0100 Subject: [PATCH] Update default translation plugin (#66) --- ovos_config/mycroft.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ovos_config/mycroft.conf b/ovos_config/mycroft.conf index b0f0f72..05a85a5 100644 --- a/ovos_config/mycroft.conf +++ b/ovos_config/mycroft.conf @@ -661,9 +661,10 @@ "language": { // default plugin comes bundled with ovos-classifiers "detection_module": "ovos-lang-detect-ngram-lm", - // default is hosted by Neon but can be self hosted - // https://github.com/NeonGeckoCom/neon-lang-plugin-libretranslate - "translation_module": "libretranslate_plug" + // default uses public servers for nllb + // https://github.com/OpenVoiceOS/ovos-translate-server + // https://github.com/OpenVoiceOS/ovos-translate-plugin-nllb + "translation_module": "ovos-translate-plugin-server" }, // Media playback