youngtsai commited on
Commit
beba58c
·
1 Parent(s): 1b5955a

請根據 {df_string}

Browse files

文本自行判斷資料的種類
幫我組合成 Reading Passage
並潤稿讓文句通順
請一定要使用繁體中文 zh-TW,並用台灣人的口語
產生的結果不要前後文解釋,也不要敘述這篇文章怎麼產生的
只需要專注提供 Reading Passage,字數在 500 字以內

Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -741,7 +741,8 @@ def generate_reading_passage(df_string):
741
  幫我組合成 Reading Passage
742
  並潤稿讓文句通順
743
  請一定要使用繁體中文 zh-TW,並用台灣人的口語
744
- 產生的下載不要前後文解釋,只需要專注提供 Reading Passage
 
745
  """
746
  messages = [
747
  {"role": "system", "content": sys_content},
 
741
  幫我組合成 Reading Passage
742
  並潤稿讓文句通順
743
  請一定要使用繁體中文 zh-TW,並用台灣人的口語
744
+ 產生的結果不要前後文解釋,也不要敘述這篇文章怎麼產生的
745
+ 只需要專注提供 Reading Passage,字數在 500 字以內
746
  """
747
  messages = [
748
  {"role": "system", "content": sys_content},