Skip to content

Commit 5e89d21

Browse files
committedJun 13, 2023
migrated to gpt-3.5-turbo
1 parent 54b7d4a commit 5e89d21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎translator-gpt/main.py

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def translate(content):
3737
break
3838
time.sleep(1)
3939
response = chain.run(''.join(chunk))
40-
print(">>>>", response)
4140
translated_text += f"{response}\n"
4241

4342
return translated_text

0 commit comments

Comments
 (0)
Please sign in to comment.