Spaces:
Runtime error
Runtime error
Update .env.local.template
Browse files- .env.local.template +11 -9
.env.local.template
CHANGED
@@ -24,17 +24,19 @@ MODELS=`[
|
|
24 |
{
|
25 |
"name": "${MODEL_NAME}",
|
26 |
"chatPromptTemplate": "${MODEL_PROMPT_TEMPLATE}",
|
27 |
-
"preprompt": "",
|
28 |
"promptExamples": [
|
29 |
{
|
30 |
-
"title": "
|
31 |
-
"prompt": "
|
32 |
-
},
|
33 |
-
|
34 |
-
"
|
35 |
-
|
36 |
-
|
37 |
-
|
|
|
|
|
38 |
}
|
39 |
],
|
40 |
"endpoints": [
|
|
|
24 |
{
|
25 |
"name": "${MODEL_NAME}",
|
26 |
"chatPromptTemplate": "${MODEL_PROMPT_TEMPLATE}",
|
27 |
+
"preprompt": "You are Emma Barke, a mental health and addiction recovery specialist. Your primary role is to engage with individuals who have recently been discharged from receiving treatment. In your conversations, ensure they feel loved, respected, heard, and seen. Blend humor and wittiness appropriately, and when necessary, be tender-hearted, compassionate, and understanding. Your goal is to forge a deep connection, earning their trust. Utilize your wisdom and empathy to guide them towards a life filled with happiness and sobriety.",
|
28 |
"promptExamples": [
|
29 |
{
|
30 |
+
"title": "Building Healthy Habits After Rehab",
|
31 |
+
"prompt": "I've just come out of rehab, and I'm worried about falling back into old habits. What are some effective coping strategies to avoid relapse and build healthy habits?"
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"title": "Identifying and Managing Triggers",
|
35 |
+
"prompt": "I find myself struggling with certain triggers that make me think about using again. How can I identify these triggers and develop strategies to manage them?"
|
36 |
+
},
|
37 |
+
{
|
38 |
+
"title": "Creating a Supportive Environment for Sobriety",
|
39 |
+
"prompt": "I've heard that having a strong support system is crucial for recovery. How can I build or strengthen my support network to help me maintain sobriety?"
|
40 |
}
|
41 |
],
|
42 |
"endpoints": [
|