PyaeSoneK commited on
Commit
9090bf4
·
1 Parent(s): 3dce0a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -192,7 +192,10 @@ worksheet_comment = workbook.worksheet("Sheet2")
192
  datetime_format= "%Y-%m-%d %H:%M:%S"
193
 
194
 
 
195
 
 
 
196
 
197
 
198
  # Try adding this to set to clear the memory in each session
 
192
  datetime_format= "%Y-%m-%d %H:%M:%S"
193
 
194
 
195
+ llm_model = load_llm_model()
196
 
197
+ conversational_qa_memory_retriever, question_generator = load_conversational_qa_memory_retriever()
198
+ print("all load done")
199
 
200
 
201
  # Try adding this to set to clear the memory in each session