Anne31415 commited on
Commit
4ecbcfb
·
1 Parent(s): 4a1415a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -13,10 +13,6 @@ from langchain.chains.question_answering import load_qa_chain
13
  from langchain.callbacks import get_openai_callback
14
  import os
15
 
16
- # Initialize conversation memory as an empty list
17
- conversation_memory = []
18
-
19
-
20
  # Step 1: Clone the Dataset Repository
21
  repo = Repository(
22
  local_dir="Private_Book", # Local directory to clone the repository
 
13
  from langchain.callbacks import get_openai_callback
14
  import os
15
 
 
 
 
 
16
  # Step 1: Clone the Dataset Repository
17
  repo = Repository(
18
  local_dir="Private_Book", # Local directory to clone the repository