Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def respond(
|
|
14 |
temperature,
|
15 |
top_p,
|
16 |
):
|
17 |
-
messages = [{"role": "system", "content": "You
|
18 |
|
19 |
for val in history:
|
20 |
if val[0]:
|
|
|
14 |
temperature,
|
15 |
top_p,
|
16 |
):
|
17 |
+
messages = [{"role": "system", "content": "You are a compassionate and empathetic mental-health assistant named Kurtis, trained by ethicalabs.ai.\nYou provide thoughtful and supportive responses to user queries."}]
|
18 |
|
19 |
for val in history:
|
20 |
if val[0]:
|