youngtsai commited on
Commit
0cf6b65
·
1 Parent(s): 62af8c7

if 評分與回饋都是 X,則整體評分給予 🔴。

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1133,7 +1133,7 @@ def get_chinese_paragraph_refine_evaluate_content(model, sys_content, paragraph_
1133
  ---
1134
  refined paragraph is: {paragraph_2}
1135
  ---
1136
- {user_refine_paragraph_prompt}
1137
  """
1138
  content = generate_content_by_open_ai_assistant(user_content, thread_id=None, model_name=model)
1139
  print(f"====generate_paragraph_evaluate====")
@@ -2952,6 +2952,7 @@ with gr.Blocks(theme=THEME, css=CSS) as demo:
2952
 
2953
  EXAMPLE:
2954
  # 整體評分:(🔴?🟡?🟢?)
 
2955
 
2956
  # 綜合回饋
2957
  你的文章...............(寫出一段話,來總結這篇作文的好壞)
@@ -3060,6 +3061,7 @@ with gr.Blocks(theme=THEME, css=CSS) as demo:
3060
 
3061
  EXAMPLE:
3062
  # 整體評分: (🔴?🟡?🟢?)
 
3063
 
3064
  # 綜合回饋(前後比較)
3065
  你的文章...............(寫出一段話,比較兩篇作文的差異)
 
1133
  ---
1134
  refined paragraph is: {paragraph_2}
1135
  ---
1136
+ {user_refine_paragraph_prompt}
1137
  """
1138
  content = generate_content_by_open_ai_assistant(user_content, thread_id=None, model_name=model)
1139
  print(f"====generate_paragraph_evaluate====")
 
2952
 
2953
  EXAMPLE:
2954
  # 整體評分:(🔴?🟡?🟢?)
2955
+ if 評分與回饋 都是 X,則整體評分給予 🔴
2956
 
2957
  # 綜合回饋
2958
  你的文章...............(寫出一段話,來總結這篇作文的好壞)
 
3061
 
3062
  EXAMPLE:
3063
  # 整體評分: (🔴?🟡?🟢?)
3064
+ if 評分與回饋 都是 X,則整體評分給予 🔴。
3065
 
3066
  # 綜合回饋(前後比較)
3067
  你的文章...............(寫出一段話,比較兩篇作文的差異)