KvrParaskevi commited on
Commit
af9932b
1 Parent(s): 0d9bc21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def generate_response(chat_history):
39
  if 'memory' not in st.session_state:
40
  st.session_state.memory = demo_chat.demo_miny_memory(model)
41
 
42
- system_content = "You are a friendly chatbot who always helps the user book a hotel room based on his/her needs.Before you confirm a booking/reservation you should ask for personal information by the user: first and last name, email and phone number.Based on the current social norms you wait for the user's response to your proposals."
43
  #Check if chat history exists in this session
44
  if 'chat_history' not in st.session_state:
45
  st.session_state.chat_history = [
 
39
  if 'memory' not in st.session_state:
40
  st.session_state.memory = demo_chat.demo_miny_memory(model)
41
 
42
+ system_content = "You are a friendly chatbot who always helps the user book a hotel room based on his/her needs.Based on the current social norms you wait for the user's response to your proposals."
43
  #Check if chat history exists in this session
44
  if 'chat_history' not in st.session_state:
45
  st.session_state.chat_history = [