Cerlancism / chatgpt-subtitle-translator

Efficient translation tool based on ChatGPT API
https://cerlancism.github.io/chatgpt-subtitle-translator/
MIT License
199 stars 16 forks source link

Add support to LibreTranslate #31

Open felipemarinho97 opened 3 months ago

felipemarinho97 commented 3 months ago

Hey! awesome project!

Why not add support to https://github.com/LibreTranslate/LibreTranslate also? It's open source and can give very good results for free.

Cerlancism commented 3 months ago

Currently this tool only uses OpenAI API client, so only supports OpenAI API compatible endpoints.

Furthermore, this tool only targets to solve issues with LLMs to follow precise instructions and expected output quantity. Will try if Libre Translate needed this kind of approach, as it is already a specialised translation tool which likely won't have this problem.