From 419de50cd1761d1de0c0c9a4590edb9d9188e7aa Mon Sep 17 00:00:00 2001 From: yihong0618 Date: Tue, 23 May 2023 20:03:13 +0800 Subject: [PATCH] fix --- .github/workflows/make_test_ebook.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/make_test_ebook.yaml b/.github/workflows/make_test_ebook.yaml index beba7c3..15b4eb5 100644 --- a/.github/workflows/make_test_ebook.yaml +++ b/.github/workflows/make_test_ebook.yaml @@ -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: |