From b0f372638e6cab2aa3d0658579c974db6c0db394 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Tue, 13 Feb 2024 10:36:06 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d691ff7..b66b213 100644 --- a/README.md +++ b/README.md @@ -472,6 +472,10 @@ In short, yes, [but only if you buy an API key](https://portal.libretranslate.co By default language models are loaded from the [argos-index](https://github.com/argosopentech/argospm-index). Sometimes we deploy models on libretranslate.com that haven't been added to the argos-index yet, such as those converted from OPUS ([thread](https://community.libretranslate.com/t/opus-mt-language-models-port-thread/757)) +### Where are the language models saved? + +In `$HOME/.local/share/argos-translate/packages`. On Windows that's `C:\Users\youruser\.local\share\argos-translate\packages`. + ### Can I use LibreTranslate behind a reverse proxy, like Apache2 or Caddy? Yes, here are config examples for Apache2 and Caddy that redirect a subdomain (with HTTPS certificate) to LibreTranslate running on a docker at localhost.