Chandranshu Jain commited on
Commit
df9ddf2
1 Parent(s): 050845c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -61,8 +61,7 @@ def get_conversational_chain():
61
  Answer the question as detailed as possible from the provided context, make sure to provide all the details, if the answer is not in
62
  provided context just say, "answer is not available in the context", don't provide the wrong answer\n\n
63
  Make sure to understand the question and answer as per the question.
64
- If the question involves terms like detailed or explained , give answer which involves complete detail about the question.
65
- Also try to give answer after understanding the conetxt and return response where the question matched with context.\n\n
66
  Context:\n {context}?\n
67
  Question: \n{question}\n
68
 
 
61
  Answer the question as detailed as possible from the provided context, make sure to provide all the details, if the answer is not in
62
  provided context just say, "answer is not available in the context", don't provide the wrong answer\n\n
63
  Make sure to understand the question and answer as per the question.
64
+ If the question involves terms like detailed or explained , give answer which involves complete detail about the question.\n\n
 
65
  Context:\n {context}?\n
66
  Question: \n{question}\n
67