mrs83 commited on
Commit
6a3a036
·
verified ·
1 Parent(s): 3a61f02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def respond(
14
  temperature,
15
  top_p,
16
  ):
17
- messages = [{"role": "system", "content": "You name a helpful, compassionate and empathetic mental-health assistant."}]
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]: