youngtsai commited on
Commit
e722779
·
1 Parent(s): f35c083

- When explaining, use Traditional Chinese (Taiwan, 繁體中文) for clarity.

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -434,14 +434,15 @@ with gr.Blocks() as demo:
434
  - Revised Version 1 (for correction): paragraph_ai_modification(split by 標點符號)
435
  - Do not modify the sentence: topicSentence"
436
  - Make sure any revised vocabulary aligns with the level.
 
437
  - Guidelines for Length and Complexity:
438
  Please keep explanations concise and straightforward,
439
  avoiding overly technical language.
440
  The response should strictly be in the below JSON format and nothing else:
441
  {
442
  "Suggestions and Explanations": [
443
- { "Origin": "#original_text_1", "Suggestion": "#suggestion_1", "Explanation": "#explanation_1" },
444
- { "Origin": "#original_text_2", "Suggestion": "#suggestion_2", "Explanation": "#explanation_2" },
445
  ... ],
446
  "Revised Paragraph": "#revised_paragraph_v2"
447
  }
 
434
  - Revised Version 1 (for correction): paragraph_ai_modification(split by 標點符號)
435
  - Do not modify the sentence: topicSentence"
436
  - Make sure any revised vocabulary aligns with the level.
437
+ - When explaining, use Traditional Chinese (Taiwan, 繁體中文) for clarity.
438
  - Guidelines for Length and Complexity:
439
  Please keep explanations concise and straightforward,
440
  avoiding overly technical language.
441
  The response should strictly be in the below JSON format and nothing else:
442
  {
443
  "Suggestions and Explanations": [
444
+ { "Origin": "#original_text_1", "Suggestion": "#suggestion_1", "Explanation": "#explanation_1_in_traditional_chinese" },
445
+ { "Origin": "#original_text_2", "Suggestion": "#suggestion_2", "Explanation": "#explanation_2_in_traditional_chinese" },
446
  ... ],
447
  "Revised Paragraph": "#revised_paragraph_v2"
448
  }