This commit is contained in:
yihong0618 2023-05-23 20:03:13 +08:00
parent 75f6b4b103
commit 419de50cd1

View File

@ -51,12 +51,6 @@ jobs:
run: |
python3 make_book.py --book_name "test_books/the_little_prince.txt" --test --batch_size 30 --test_num 100 --model caiyun
- name: make deepl translator test
if: env.BBM_CAIYUN_API_KEY != null
run: |
python3 make_book.py --book_name "test_books/the_little_prince.txt" --test --batch_size 30 --test_num 20 --model deepl
python3 make_book.py --book_name test_books/Lex_Fridman_episode_322.srt --test
- name: make openai key ebook test
if: env.BBM_DEEPL_API_KEY != null
run: |