arjunanand13 commited on
Commit
27032d6
·
verified ·
1 Parent(s): b88567a

Update qa_bot_chatgpt.py

Browse files
Files changed (1) hide show
  1. qa_bot_chatgpt.py +1 -1
qa_bot_chatgpt.py CHANGED
@@ -87,7 +87,7 @@ class QAInfer:
87
  {pdf_text}
88
 
89
  === Response ===
90
- Try mostly to answer from given pdf , if related answer is not found return 'Information not present in the pdf' and below it provide something related to the question .Note: return only answer dont include terms like 'Response','###','Answer'"
91
 
92
 
93
 
 
87
  {pdf_text}
88
 
89
  === Response ===
90
+ Try mostly to answer from given pdf , if related answer is not found return 'Information not present in the pdf' and below it provide something related to the question .Note: return only answer dont include terms like 'Response','###','Answer'"""
91
 
92
 
93