From 300d0b0d7966f642fb4716f0e9aef10d99a82d16 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sat, 6 Jan 2024 22:06:01 -0500 Subject: [PATCH] Add FAQ --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2f2c806..1a2fae8 100644 --- a/README.md +++ b/README.md @@ -461,6 +461,10 @@ Any other idea is welcome also. In short, yes, [but only if you buy an API key](https://portal.libretranslate.com). You can always run LibreTranslate for free on your own server of course. +### Some translations on libretranslate.com are different than the self-hosted ones. Why? + +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)) + ### 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.