yihong0618 / bilingual_book_maker

Make bilingual epub books Using AI translate
MIT License
6.91k stars 1k forks source link

What is the cheapest LLM to use for the translations #397

Closed abdurahmanadilovic closed 1 week ago

abdurahmanadilovic commented 2 months ago

I am wondering what is the cheapest LLM to buy API access to to use for translations? Also, how much does it cost to translate an average nonfiction book with GPT3.5 turbo or GTP4 turbo, etc?

Also, Is it possible to run a local LLM with 13b params with ollama and translate some books?

jojogh commented 3 weeks ago

You can try deepseek LLM api for try, the price is very cheap as I know. For ollama, I think you point out a very good feature. I will see if i can add this funtion to the repo.