mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-05 19:15:34 +00:00
Update README-CN.md (#168)
update README-CN.md It's deepl_key, not deepl_key token....
This commit is contained in:
parent
0dd61e5b3e
commit
a64d948960
@ -66,7 +66,7 @@ export OPENAI_API_KEY=${your_api_key}
|
|||||||
python3 make_book.py --book_name test_books/animal_farm.epub --model gpt3 --language ja
|
python3 make_book.py --book_name test_books/animal_farm.epub --model gpt3 --language ja
|
||||||
|
|
||||||
# Use the DeepL model with Japanese
|
# Use the DeepL model with Japanese
|
||||||
python3 make_book.py --book_name test_books/animal_farm.epub --model deepl --deepl_token ${deepl_token}--language ja
|
python3 make_book.py --book_name test_books/animal_farm.epub --model deepl --deepl_token ${deepl_key}--language ja
|
||||||
|
|
||||||
|
|
||||||
# Translate contents in <div> and <p>
|
# Translate contents in <div> and <p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user