Update README-CN.md (#168)

update README-CN.md  It's deepl_key, not deepl_key token....
This commit is contained in:
panw3i 2023-03-15 11:44:59 +08:00 committed by GitHub
parent 0dd61e5b3e
commit a64d948960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>