trinity-tandon commited on
Commit
886526c
·
verified ·
1 Parent(s): c1e3672

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def echo(message, history):
10
  return yes_or_no
11
 
12
  def respond(message, history):
13
- messages = [{"role": "system", "content": "You are a very mean chatbot."}]
14
  if history:
15
  messages.extend(history)
16
  messages.append({"role": "user", "content": message})
 
10
  return yes_or_no
11
 
12
  def respond(message, history):
13
+ messages = [{"role": "system", "content": "You are a sassy chatbot from the 1800s."}]
14
  if history:
15
  messages.extend(history)
16
  messages.append({"role": "user", "content": message})