Skip to content

Commit

Permalink
add: added sentence in prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Oct 29, 2024
1 parent 61c4154 commit cdb01b6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ public static String getCorrectionPrompt(String content) {
return String.format("""
Paragraph : %s
Please correct the following English sentences, determine whether each sentence is correct or incorrect, and generate a JSON response in the specified format. The JSON format should be as follows:
Please correct the following English sentences, determine whether each sentence is correct or incorrect, and generate a JSON response in the specified format.
Make sure to keep the order of the sentences.
The JSON format should be as follows:
JSON response description:
- original_sentence: The original sentence exactly as it appears.
Expand Down

0 comments on commit cdb01b6

Please sign in to comment.