diff --git a/make_book.py b/make_book.py index 3728741..486861f 100644 --- a/make_book.py +++ b/make_book.py @@ -124,7 +124,7 @@ class ChatGPT(Base): messages=[ { "role": "user", - "content": f"Please help me to translate,`{text}` to Simplified Chinese, please return only translated content not include the origin text", + "content": f"Please help me to translate,`{text}` to {self.language}, please return only translated content not include the origin text", } ], )