Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +3 -2
prompts.py
CHANGED
@@ -46,10 +46,11 @@ Your task:
|
|
46 |
Do not repeat content verbatim. Merge the information meaningfully and provide your synthesized answer below:
|
47 |
"""
|
48 |
|
49 |
-
|
50 |
refusal_prompt_str = """
|
51 |
This question doesn’t directly fall under the categories of daily wellness or questions about the DailyWellnessAI brand.
|
52 |
-
However,
|
|
|
|
|
53 |
For more in-depth wellness insights or questions about DailyWellnessAI, feel free to ask!
|
54 |
"""
|
55 |
|
|
|
46 |
Do not repeat content verbatim. Merge the information meaningfully and provide your synthesized answer below:
|
47 |
"""
|
48 |
|
|
|
49 |
refusal_prompt_str = """
|
50 |
This question doesn’t directly fall under the categories of daily wellness or questions about the DailyWellnessAI brand.
|
51 |
+
However, here’s something related that might interest you: [Insert a simple, relevant fact or insight about the topic].
|
52 |
+
Additionally, this could contribute to wellness in the sense that [briefly explain a wellness connection, e.g., it promotes mindfulness, relaxation, time management, or balance].
|
53 |
+
|
54 |
For more in-depth wellness insights or questions about DailyWellnessAI, feel free to ask!
|
55 |
"""
|
56 |
|