yihong0618 / bilingual_book_maker

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

[Feature Request] Support OpenAI's Batch API #401

Open vizmoe opened 1 month ago

vizmoe commented 1 month ago

According to OpenAI, the Batch OpenAI API can save up to 50% of API call costs and is suitable for processing non-real-time data. Currently, translating documents could consume a large amount of API credits. Supporting the Batch API would significantly reduce users' costs.

yihong0618 commented 1 month ago

will take a look and PR welcome~