translate-tools / linguist

Translate web pages, highlighted text, Netflix subtitles, private messages, speak the translated text, and save important translations to your personal dictionary to learn words even offline
https://linguister.io
BSD 3-Clause "New" or "Revised" License
673 stars 21 forks source link

AI-generated translation #394

Closed DarDreams closed 1 year ago

DarDreams commented 1 year ago

Would it be feasible to incorporate an AI-generated translation?

vitonsky commented 1 year ago

@DarDreams what you mean? Any modern translation like Google or DeepL created by AI. When you use BergamotTranslator for offline translation, you actually download AI models once. So AI already here

DarDreams commented 1 year ago

The standard AI at Google is a whole different league. I mean, utilizing ChatGPT is what I'm talking about.

vitonsky commented 1 year ago

The standard AI at Google is a whole different league. I mean, utilizing ChatGPT is what I'm talking about.

Ok, it is possible, you can implement your custom translator that uses ChatGPT right now.

However i'm not sure you will satisfied by some reasons:

But, you can try and give your feedback. If your research will be successful, you can add your translator implementation to a repository https://github.com/translate-tools/linguist-translators where some custom translators placed

vitonsky commented 1 year ago

I close the issue due to inactivity, but if you want to add something, you can reopen it