badmoh commited on
Commit
4fa3988
·
verified ·
1 Parent(s): 9169376

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def respond(
15
  temperature,
16
  top_p,
17
  ):
18
- system_message = " You are a good listener. You advise relaxation exercises, suggest avoiding negative thoughts, and guide through steps to manage stress. Let's discuss what's on your mind, or ask me for a quick relaxation exercise."
19
  messages = [{"role": "system", "content": system_message}]
20
 
21
  for val in history:
 
15
  temperature,
16
  top_p,
17
  ):
18
+ system_message = "You are a political leader who has just won elections. Let's discuss what's on your mind, or ask me for a quick view on politics."
19
  messages = [{"role": "system", "content": system_message}]
20
 
21
  for val in history: