KvrParaskevi
commited on
Update app.py
Browse files
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.
|
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 = [
|