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