Skip to content

Commit

Permalink
fix: drop print
Browse files Browse the repository at this point in the history
  • Loading branch information
yihong0618 authored and jeffery9 committed Mar 4, 2023
1 parent 059a372 commit 46772e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion make_book.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def __init__(self, key, language):

def translate(self, text):
print(text)
print(self.language, "!!!")
openai.api_key = self.key
try:
completion = openai.ChatCompletion.create(
Expand Down

0 comments on commit 46772e9

Please sign in to comment.