Orami01 commited on
Commit
bfcd48d
·
1 Parent(s): 5531ee9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -43,7 +43,6 @@ pipe = pipeline(
43
  max_new_tokens=512,
44
  temperature=0.1
45
  )
46
-
47
  qa = ConversationalRetrievalChain.from_llm(llm, retriever=docsearch.as_retriever())
48
 
49
  while True:
 
43
  max_new_tokens=512,
44
  temperature=0.1
45
  )
 
46
  qa = ConversationalRetrievalChain.from_llm(llm, retriever=docsearch.as_retriever())
47
 
48
  while True: