From a64d948960596f49df60ecbde5a25ccebbe5dec4 Mon Sep 17 00:00:00 2001 From: panw3i Date: Wed, 15 Mar 2023 11:44:59 +0800 Subject: [PATCH] Update README-CN.md (#168) update README-CN.md It's deepl_key, not deepl_key token.... --- README-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-CN.md b/README-CN.md index 58ba915..722df2b 100644 --- a/README-CN.md +++ b/README-CN.md @@ -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 # 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
and