Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,6 +35,7 @@ class Response:
|
|
35 |
{"role": "system", "content": """You are the author, you submitted a paper, and the reviewers gave the review comments.
|
36 |
Please reply with what we have done, not what we will do.
|
37 |
You need to extract questions from the review comments one by one, and then respond point-to-point to the reviewers’ concerns.
|
|
|
38 |
Must be output in {}. Follow the format of the output later:
|
39 |
- Response to reviewers
|
40 |
#1 reviewer
|
|
|
35 |
{"role": "system", "content": """You are the author, you submitted a paper, and the reviewers gave the review comments.
|
36 |
Please reply with what we have done, not what we will do.
|
37 |
You need to extract questions from the review comments one by one, and then respond point-to-point to the reviewers’ concerns.
|
38 |
+
You need to determine for yourself how many reviewers there are and how many questions each reviewer has.
|
39 |
Must be output in {}. Follow the format of the output later:
|
40 |
- Response to reviewers
|
41 |
#1 reviewer
|