Spaces:
Sleeping
Sleeping
Update chat_config.json
Browse files- chat_config.json +4 -4
chat_config.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"system_message": "You are a compassionate mental health assistant.
|
| 3 |
"max_new_tokens": 512,
|
| 4 |
-
"temperature": 0.
|
| 5 |
"top_p": 0.9,
|
| 6 |
-
"repetition_penalty": 1.
|
| 7 |
-
"presence_penalty": 0.
|
| 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 |
}
|