-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to translate using DeepLX #63
Comments
Thanks for the info |
It is locally run application, but it uses standard REST calls like a web application. It's basically same API as online DeepL, but you can start it locally on your own PC to avoid rate limiting. |
How can I use it locally? The process of installing Docker for general users is very difficult. On the other hand, a guide can be created for users who installed DeepLX using Docker. |
You can just download a binary executable from their GitHub releases and just run it. No need to install docker. |
When I looked more closely, there was a Windows version Which one should I use among these two? |
That is based on your CPU. Probably amd64 version, because it has a little better performance. It will only run on 64-bit CPU and 64-bit Windows version, but almost everyone today should have that. In case it doesn't work for you/somebody, you can use 386 version, which will run on all CPUs, but has a little worse performance. |
Hello. If it's still relevant, I've essentially made DeepLX support for MORT. Really, at first I thought I would just make a fork of DeepLX so that it would return data in the right format for CustomAPI in MORT. But then the problem came up that DeepLX requires separators like regular DeepL, so I had to make a MORT fork as well 😅 Also, I think I might try adding DeepLX support as a separate translation method so that I don't have to download a special version of DeepLX. |
Thank you! There are two branches, which one should I check? |
CustomAPI DeepLX is an old branch. I had some free time today, so I kind of managed to understand the code a bit and made an implementation of DeepLX as a translation type in the Feature DeepLX Support branch. So check out the Feature DeepLX Support branch. |
Hello, before I found out about MORT, I used Luma, which supports DeepLX translator.
DeepLX is a free locally hosted version of DeepL.
In my testing DeepLX is fairly superior to all other translators in translating to Czech language.
Please add support to use it. It is similar to current Custom API translator, but the API is different. It is documented here:
https://deeplx.owo.network/endpoints/free.html
The text was updated successfully, but these errors were encountered: