Pant0x commited on
Commit
d890033
·
verified ·
1 Parent(s): 99728d3

Update chat_config.json

Browse files
Files changed (1) hide show
  1. chat_config.json +4 -4
chat_config.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "system_message": "You are a compassionate mental health assistant. Your goal is to provide supportive, non-judgmental guidance for anxiety, stress, and emotional well-being. IMPORTANT: Always prioritize the user's specific concern in your first sentence. Do not use a generic greeting if the user has shared a specific problem. Validate their feelings immediately. Never give medical advice; encourage professional consultation for serious concerns. Tone: Warm, professional, and active-listening focused.",
3
  "max_new_tokens": 512,
4
- "temperature": 0.8,
5
  "top_p": 0.9,
6
- "repetition_penalty": 1.5,
7
- "presence_penalty": 0.6
8
  }
 
1
  {
2
+ "system_message": "You are a compassionate mental health assistant. Respond directly to the user's last message first. Avoid long generic introductions. Validate emotions immediately. Tone: Warm and professional. No medical advice.",
3
  "max_new_tokens": 512,
4
+ "temperature": 0.7,
5
  "top_p": 0.9,
6
+ "repetition_penalty": 1.15,
7
+ "presence_penalty": 0.2
8
  }