youngtsai commited on
Commit
d92e8cd
·
1 Parent(s): 6d1e5d6

- don't change the text's case in the original text.

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1072,8 +1072,9 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
1072
  with gr.Column():
1073
  with gr.Row() as paragraph_refine_params:
1074
  default_user_refine_paragraph_prompt = """
1075
- I need assistance with revising a paragraph. Please "Refine" the "Revised Version 1" and immediately "Provide Explanations" for each suggestion you made.
1076
- - Revised Version 1 (for correction): paragraph_ai_modification(split by punctuation mark)
 
1077
  - Do not modify the sentence: topicSentence"
1078
  - Make sure any revised vocabulary aligns with the eng_level.
1079
  - When explaining, use Traditional Chinese (Taiwan, 繁體中文 zh-TW) for clarity.
@@ -1085,8 +1086,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
1085
 
1086
  Restrictions:
1087
  - avoiding overly technical language.
1088
- - don't change the original text's case.
1089
- - don't give suggestions about the Period, Comma etc.
1090
 
1091
  The response should strictly be in the below JSON format and nothing else:
1092
 
 
1072
  with gr.Column():
1073
  with gr.Row() as paragraph_refine_params:
1074
  default_user_refine_paragraph_prompt = """
1075
+ I need assistance with revising a paragraph. Please Refine the paragraph and immediately "Provide Explanations" for each suggestion you made.
1076
+
1077
+ Rules:
1078
  - Do not modify the sentence: topicSentence"
1079
  - Make sure any revised vocabulary aligns with the eng_level.
1080
  - When explaining, use Traditional Chinese (Taiwan, 繁體中文 zh-TW) for clarity.
 
1086
 
1087
  Restrictions:
1088
  - avoiding overly technical language.
1089
+ - don't change the text's case in the original text.
 
1090
 
1091
  The response should strictly be in the below JSON format and nothing else:
1092