sahanaarao commited on
Commit
da11f20
·
verified ·
1 Parent(s): b85e71b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ client = InferenceClient("Qwen/Qwen2.5-7B-Instruct")
5
 
6
  def respond(message, history):
7
  messages = [
8
- {"role": "system", "content": "You are a friendly and mental wellness chatbot"}
9
  ]
10
 
11
  messages.append({"role": "user", "content": message})
 
5
 
6
  def respond(message, history):
7
  messages = [
8
+ {"role": "system", "content": "You are a friendly, supportive, and mental wellness chatbot"}
9
  ]
10
 
11
  messages.append({"role": "user", "content": message})