We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059a372 commit 46772e9Copy full SHA for 46772e9
1 file changed
make_book.py
@@ -73,7 +73,6 @@ def __init__(self, key, language):
73
74
def translate(self, text):
75
print(text)
76
- print(self.language, "!!!")
77
openai.api_key = self.key
78
try:
79
completion = openai.ChatCompletion.create(
0 commit comments