fix: drop print

This commit is contained in:
yihong0618 2023-03-04 06:41:23 +08:00
parent 843f21a227
commit 4add35f941

View File

@ -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(