Your Name commited on
Commit
0218efa
1 Parent(s): 1533c4b

Typo in Prompt

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