mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-05 19:15:34 +00:00
fix: lint
This commit is contained in:
parent
61c0e75570
commit
939024ca4d
1
.github/workflows/make_test_ebook.yaml
vendored
1
.github/workflows/make_test_ebook.yaml
vendored
@ -46,4 +46,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: epub_output
|
name: epub_output
|
||||||
path: "test_books/lemo_bilingual.epub"
|
path: "test_books/lemo_bilingual.epub"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
from book_maker.translator.chatgptapi_translator import ChatGPTAPI
|
from book_maker.translator.chatgptapi_translator import ChatGPTAPI
|
||||||
from book_maker.translator.gpt3_translator import GPT3
|
|
||||||
from book_maker.translator.google_translator import Google
|
from book_maker.translator.google_translator import Google
|
||||||
|
from book_maker.translator.gpt3_translator import GPT3
|
||||||
|
|
||||||
MODEL_DICT = {
|
MODEL_DICT = {
|
||||||
"chatgptapi": ChatGPTAPI,
|
"chatgptapi": ChatGPTAPI,
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
from .base_translator import Base
|
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
|
from .base_translator import Base
|
||||||
|
|
||||||
|
|
||||||
class Google(Base):
|
class Google(Base):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user