unausagi commited on
Commit
867768a
·
verified ·
1 Parent(s): 388318a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -49,8 +49,9 @@ def generate_monthly_report(weekly_reports_files, last_month_report_file, llm_gp
49
  prompt += f"{report}\n---\n"
50
 
51
  prompt += """
52
- 根據本月各週報中的每個專案進行進度內容詳細的描述,
53
- 需要描述發生了甚麼問題,以及後續處理方式與結果,
 
54
  並參考上個月月報的格式,製作出本月的月報,並且描述下個月預計事項。
55
  """
56
  try:
 
49
  prompt += f"{report}\n---\n"
50
 
51
  prompt += """
52
+ 你是一個文件總結的專業秘書,
53
+ 根據本月各週報中的每個專案進行詳細的描述,
54
+ 進度內容需要描述發生了甚麼問題,以及後續處理方式與結果,
55
  並參考上個月月報的格式,製作出本月的月報,並且描述下個月預計事項。
56
  """
57
  try: