chatbytes commited on
Commit
47e6662
·
verified ·
1 Parent(s): 9b3282f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def response_from_bot(text_splitter):
43
  qa = RetrievalQA.from_chain_type(
44
  llm=llm, chain_type="stuff", retriever=retriever, return_source_documents=True
45
  )
46
- result=qa.invoke("what should i eat on monday")
47
  except:
48
  result="hir"
49
 
 
43
  qa = RetrievalQA.from_chain_type(
44
  llm=llm, chain_type="stuff", retriever=retriever, return_source_documents=True
45
  )
46
+ result=qa.invoke("where is tajmahal")
47
  except:
48
  result="hir"
49