KvrParaskevi
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -34,8 +34,8 @@ def render_chat_history(chat_history):
|
|
34 |
|
35 |
#Application
|
36 |
#Langchain memory in session cache
|
37 |
-
if 'memory' not in st.session_state:
|
38 |
-
st.session_state.memory = demo_chat.demo_miny_memory()
|
39 |
|
40 |
system_content = """
|
41 |
You are an AI having conversation with a human. Below is an instruction that describes a task.
|
|
|
34 |
|
35 |
#Application
|
36 |
#Langchain memory in session cache
|
37 |
+
#if 'memory' not in st.session_state:
|
38 |
+
#st.session_state.memory = demo_chat.demo_miny_memory()
|
39 |
|
40 |
system_content = """
|
41 |
You are an AI having conversation with a human. Below is an instruction that describes a task.
|