captain-awesome commited on
Commit
b38d025
·
verified ·
1 Parent(s): b26141b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ def main():
101
  tools.append(
102
  Tool(
103
  name="Comparison tool",
104
- description=f"useful when you want to answer questions about the uploaded documents}",
105
  func=RetrievalQA.from_chain_type(llm=llm, retriever=retriever),
106
  )
107
  )
 
101
  tools.append(
102
  Tool(
103
  name="Comparison tool",
104
+ description="useful when you want to answer questions about the uploaded documents",
105
  func=RetrievalQA.from_chain_type(llm=llm, retriever=retriever),
106
  )
107
  )