Replies: 1 comment
-
|
@XM-8JD2 we have repo https://github.com/translate-tools/linguist-translators for custom translators. Feel free to make PR there. It would be perfect if you add information about config you use (model name and details) and optionally attach a screenshot of any page translated to any language, to show example of translation quality. You may use wikipedia or any other site. It would be useful, since I don't see a model "gpt-3.5-turbo" at https://lmstudio.ai/models In future we will implement a new feature in Linguist UI to fetch custom translators from this repo, configure (if needed) and add as custom translator. User will click something like "Add custom translator", then select one of translators in list, then click and input any options like API key or URL, then click "Add" and translator will be in list of translators. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is my local LLM translation script, which uses a 7B-Q4 model running on LLM Studio for translation. I have been using it for over two months, and it performs well — providing faster response speed and higher translation quality than Google Translate, while eliminating some translation errors that used to occur due to network issues.
I wrote this code with GPT, and I believe this project should include a default local LLM translation script. Perhaps my script could be added as one of the “Local LLM Translation Scripts” and made available by default in the plugin UI, with comments guiding users to power it using LLM Studio?
Beta Was this translation helpful? Give feedback.
All reactions