Typo in Prompt

This commit is contained in:
Your Name 2023-04-01 17:29:30 +08:00
parent 1533c4b604
commit 0218efaae7

View File

@ -9,7 +9,7 @@ def get_functionals():
"英语学术润色": { "英语学术润色": {
# 前言 # 前言
"Prefix": r"Below is a paragraph from an academic paper. Polish the writing to meet the academic style, " + "Prefix": r"Below is a paragraph from an academic paper. Polish the writing to meet the academic style, " +
r"improve the spelling, grammar, clarity, concision and overall readability. When neccessary, rewrite the whole sentence. " + r"improve the spelling, grammar, clarity, concision and overall readability. When necessary, rewrite the whole sentence. " +
r"Furthermore, list all modification and explain the reasons to do so in markdown table." + "\n\n", r"Furthermore, list all modification and explain the reasons to do so in markdown table." + "\n\n",
# 后语 # 后语
"Suffix": r"", "Suffix": r"",