mkXultra

Results 9 comments of mkXultra

@chaojiang06 @astromaddie Hi I implented this feature. https://github.com/yihong0618/bilingual_book_maker/pull/420 @yihong0618 pls check this PR

@yihong0618 @vizmoe I'm working on it. its almost done. https://github.com/yihong0618/bilingual_book_maker/pull/423

@yihong0618 I'm done. plz review it if you have time.

Perhaps using `-batch` might make it faster. https://github.com/yihong0618/bilingual_book_maker/blob/a36b488ca724df2955f97eaec707bb71e35f2e6a/book_maker/cli.py#L315-L326 Because it is a batch run, there is no rate limit. However, according to openai, the batch execution will be completed within...

I also recommend the gpt4o-mini model. It is faster, cheaper and better quality.

@uyiewnil like this ``` python3 make_book.py --book_name ./Clarimonde.epub \ --openai_key {api_key} \ --translate-tags h1,h2,h3,div,p \ --model gpt4omini --language ja ``` if you want to use batch ``` python3 make_book.py --book_name...

hmm, You can check the status of it in the section called batches in the open api. ![image](https://github.com/user-attachments/assets/b406f6f4-eb72-4234-b75c-dd943c1ec1b5)

I've update readme https://github.com/yihong0618/bilingual_book_maker/pull/421