Phoenix21 commited on
Commit
7cf3e06
·
verified ·
1 Parent(s): 94cf6c8

Update chain_reports.py

Browse files
Files changed (1) hide show
  1. chain_reports.py +3 -1
chain_reports.py CHANGED
@@ -9,7 +9,9 @@ report_prompt_template = PromptTemplate(
9
  "You are a wellness assistant. The user provided the following answers:\n\n"
10
  "{qa_summary}\n\n"
11
  "Based on these answers, provide a brief, actionable wellness report. "
12
- "Include simple suggestions to improve their sleep, exercise, stress management, and diet,therapy,balanced_weight,restless_night,lack_of_motivation,gut_health,anxiety,burnout\n"
 
 
13
  "Be concise and helpful.\n\n"
14
  "Report:"
15
  )
 
9
  "You are a wellness assistant. The user provided the following answers:\n\n"
10
  "{qa_summary}\n\n"
11
  "Based on these answers, provide a brief, actionable wellness report. "
12
+ "Include simple suggestions to improve their sleep, exercise, stress management, and diet. "
13
+ "Also consider aspects of therapy, maintaining a balanced weight, addressing restless nights, "
14
+ "overcoming lack of motivation, improving gut health, managing anxiety, and preventing burnout. "
15
  "Be concise and helpful.\n\n"
16
  "Report:"
17
  )