From d632970ac1479364072e0211af50ca28e2c01293 Mon Sep 17 00:00:00 2001 From: Daniel Ramos <46768340+danielcamposramos@users.noreply.github.com> Date: Sun, 26 Jan 2025 22:13:56 -0300 Subject: [PATCH] Update example.env Changed the default languages to download and languages available; --- example.env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example.env b/example.env index 1c0f218..ccf34e2 100644 --- a/example.env +++ b/example.env @@ -1,11 +1,11 @@ # Libretranslate Configuration ## Check out https://github.com/LibreTranslate/LibreTranslate#configuration-parameters for more libretranslate configuration options -LT_LOAD_ONLY=es,en,fr +#LT_LOAD_ONLY=es,en,fr # Whisper Configuration -WHISPER_MODELS=tiny,small -WHISHPER_HOST=http://127.0.0.1:8082 +WHISPER_MODELS=distil-large-v3,distil-large-v2,distil-medium.en,turbo +WHISHPER_HOST=http://0.0.0.0:8082 # Database Configuration DB_USER=whishper -DB_PASS=whishper \ No newline at end of file +DB_PASS=whishper