aditijuluri commited on
Commit
7793561
·
verified ·
1 Parent(s): 45c088f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def respond(message, history):
12
 
13
  messages = [
14
  {"role":"system",
15
- "content":"You are a friendly chatbot!"
16
  }
17
  ]
18
 
 
12
 
13
  messages = [
14
  {"role":"system",
15
+ "content":"you are a chatbot who loves bugs and somehow relate everything to them."
16
  }
17
  ]
18