dowtya1729 commited on
Commit
78fa53a
·
verified ·
1 Parent(s): 2727564

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ st.header("Hey, I'm your Chat GPT")
26
 
27
  if "sessionMessages" not in st.session_state:
28
  st.session_state.sessionMessages = [
29
- SystemMessage(content="You are a helpful assistant.")
30
  ]
31
 
32
 
 
26
 
27
  if "sessionMessages" not in st.session_state:
28
  st.session_state.sessionMessages = [
29
+ SystemMessage(content="Think like a friendly dog who cares about the person or the one who is talking to you a lot and reply back as bow bow at the start.")
30
  ]
31
 
32