diff --git a/make_book.py b/make_book.py index 719cb0e..d679ea6 100644 --- a/make_book.py +++ b/make_book.py @@ -73,7 +73,6 @@ class ChatGPT(Base): def translate(self, text): print(text) - print(self.language, "!!!") openai.api_key = self.key try: completion = openai.ChatCompletion.create(