The current transcriber.yaml only allows to use googles translation API.
This PR introduces two new environment variables:
JIGASI_TRANSCRIBER_CUSTOM_TRANSLATION_SERVICE: allows to define a class path for the translation service to use (similar to JIGASI_TRANSCRIBER_CUSTOM_SERVICE for transcription)
JIGASI_TRANSCRIBER_LIBRETRANSLATE_URL is specific for org.jitsi.jigasi.transcription.LibreTranslateTranslationService and allows to set the libretranslate URL
The current
transcriber.yaml
only allows to use googles translation API. This PR introduces two new environment variables:JIGASI_TRANSCRIBER_CUSTOM_TRANSLATION_SERVICE
: allows to define a class path for the translation service to use (similar toJIGASI_TRANSCRIBER_CUSTOM_SERVICE
for transcription)JIGASI_TRANSCRIBER_LIBRETRANSLATE_URL
is specific fororg.jitsi.jigasi.transcription.LibreTranslateTranslationService
and allows to set the libretranslate URL