Spaces:
Sleeping
Sleeping
Chandranshu Jain
commited on
Commit
•
1c5b3c4
1
Parent(s):
f789b62
Update app.py
Browse files
app.py
CHANGED
@@ -65,6 +65,7 @@ def get_conversational_chain():
|
|
65 |
provided context just say, "answer is not available in the context", and then ignore the context and add the answer from your knowledge like a simple llm prompt.
|
66 |
Try to give atleast the basic information.Donot return blank answer.\n\n
|
67 |
Make sure to understand the question and answer as per the question.
|
|
|
68 |
If the question involves terms like detailed or explained , give answer which involves complete detail about the question.\n\n
|
69 |
Context:\n {context}?\n
|
70 |
Question: \n{question}\n
|
|
|
65 |
provided context just say, "answer is not available in the context", and then ignore the context and add the answer from your knowledge like a simple llm prompt.
|
66 |
Try to give atleast the basic information.Donot return blank answer.\n\n
|
67 |
Make sure to understand the question and answer as per the question.
|
68 |
+
The answer should be a detailed one and try to incorporate examples for better understanding.
|
69 |
If the question involves terms like detailed or explained , give answer which involves complete detail about the question.\n\n
|
70 |
Context:\n {context}?\n
|
71 |
Question: \n{question}\n
|