We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b7d4a commit 5e89d21Copy full SHA for 5e89d21
translator-gpt/main.py
@@ -37,7 +37,6 @@ def translate(content):
37
break
38
time.sleep(1)
39
response = chain.run(''.join(chunk))
40
- print(">>>>", response)
41
translated_text += f"{response}\n"
42
43
return translated_text
0 commit comments