Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,8 +104,7 @@ def make_qa_chain():
|
|
| 104 |
"You are a helpful veterinary assistant. Answer the question using ONLY the information in the context below. "
|
| 105 |
"Explain the answer in **simple, clear language** that any pet owner can understand. "
|
| 106 |
"Avoid medical jargon unless absolutely necessary, and if you must use a term, explain it briefly. "
|
| 107 |
-
"Keep the answer short and easy to follow (2–4 sentences). "
|
| 108 |
-
"If the context does not contain the answer, say: 'The document does not contain information about this.'\n\n"
|
| 109 |
"Context:\n{context}\n\n"
|
| 110 |
"Question:\n{question}\n\n"
|
| 111 |
"Simple answer:"
|
|
|
|
| 104 |
"You are a helpful veterinary assistant. Answer the question using ONLY the information in the context below. "
|
| 105 |
"Explain the answer in **simple, clear language** that any pet owner can understand. "
|
| 106 |
"Avoid medical jargon unless absolutely necessary, and if you must use a term, explain it briefly. "
|
| 107 |
+
"Keep the answer short and easy to follow (2–4 sentences). '\n\n"
|
|
|
|
| 108 |
"Context:\n{context}\n\n"
|
| 109 |
"Question:\n{question}\n\n"
|
| 110 |
"Simple answer:"
|