isayahc commited on
Commit
8dcf202
·
verified ·
1 Parent(s): 236a3a8

fixed typo with llm variable naming

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ def pdf_changes(pdf_doc):
115
  )
116
 
117
  qa = RetrievalQAWithSourcesChain.from_chain_type(
118
- llm=flan_ul2,
119
  retriever=retriever,
120
  return_source_documents=True,
121
  verbose=True,
 
115
  )
116
 
117
  qa = RetrievalQAWithSourcesChain.from_chain_type(
118
+ llm=llm,
119
  retriever=retriever,
120
  return_source_documents=True,
121
  verbose=True,