Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ class Reviewer:
|
|
| 54 |
result = ''
|
| 55 |
for choice in response.choices:
|
| 56 |
result += choice.message.content
|
| 57 |
-
result = insert_sentence(result, '**Generated by ChatGPT, no copying allowed!**', 10)
|
| 58 |
result += "\n\n⚠伦理声明/Ethics statement:\n--禁止直接复制生成的评论用于任何论文审稿工作!\n--Direct copying of generated comments for any paper review work is prohibited!"
|
| 59 |
print("********"*10)
|
| 60 |
print(result)
|
|
|
|
| 54 |
result = ''
|
| 55 |
for choice in response.choices:
|
| 56 |
result += choice.message.content
|
| 57 |
+
# result = insert_sentence(result, '**Generated by ChatGPT, no copying allowed!**', 10)
|
| 58 |
result += "\n\n⚠伦理声明/Ethics statement:\n--禁止直接复制生成的评论用于任何论文审稿工作!\n--Direct copying of generated comments for any paper review work is prohibited!"
|
| 59 |
print("********"*10)
|
| 60 |
print(result)
|