yihong0618 / bilingual_book_maker

Make bilingual epub books Using AI translate
MIT License
7.33k stars 1.05k forks source link

feat: support for Custom API #354

Closed missuo closed 10 months ago

missuo commented 10 months ago

This PR allows users to use their own translation API.

Currently compatible with DeepLX and openai-translate. It can also support deeplx written by zu1k.

yihong0618 commented 10 months ago

@missuo can you fix the lint? pip install -U black black .

missuo commented 10 months ago

@missuo can you fix the lint? pip install -U black black .

Done.

yihong0618 commented 10 months ago

Thanks