magesh-sundar commited on
Commit
8ad069a
1 Parent(s): a228280

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .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": "Python Fibonacci",
31
- "prompt": "How can I write a Python function to generate the nth Fibonacci number?"
32
- }, {
33
- "title": "What is a meme?",
34
- "prompt": "What is a meme, and what's the history behind this word?"
35
- }, {
36
- "title": "Regex",
37
- "prompt": "Create a regex to extract dates from logs"
 
 
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": [