Closed atd closed 1 year ago
pip3 install neon-lang-plugin-libretranslate
did the trick. Maybe add it to requirements.txt
?
@JarbasAl is this should be a requirements of this skill or should I install neon-lang-plugin-libretranslate
by default in ovos_core
container?
the translation plugin is configurable globally, it should not be a requirement of individual plugin but of core
we dont have a good default yet, so we just use the neon hosted libretrabslate (anyone can host it)
we should use a offline alternative, such as https://github.com/OpenVoiceOS/ovos-translate-plugin-nllb
the translation plugin is configurable globally, it should not be a requirement of individual plugin but of core
we dont have a good default yet, so we just use the neon hosted libretrabslate (anyone can host it)
we should use a offline alternative, such as https://github.com/OpenVoiceOS/ovos-translate-plugin-nllb
For now, I going with neon-lang-plugin-libretranslate
in ovos_core
and ovos_skill_base
.
we now have translation servers and a default plugin, closing
I dockerized this pluging, following the examples in
ovos-docker
repoWhen starting, I get this error
Seems like a translation configuration is missing? Is it needed? (chatpgt knows how to speak in several languages)