dinhquangson commited on
Commit
e681760
·
verified ·
1 Parent(s): 1c55637

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -160,8 +160,6 @@ def main():
160
  #os.environ["OPENAI_API_KEY"] = openai_api_key
161
 
162
 
163
- if "conversation" not in st.session_state:
164
- st.session_state.conversation = None
165
  if "chat_history" not in st.session_state:
166
  st.session_state.chat_history = None
167
 
 
160
  #os.environ["OPENAI_API_KEY"] = openai_api_key
161
 
162
 
 
 
163
  if "chat_history" not in st.session_state:
164
  st.session_state.chat_history = None
165