Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,9 +55,11 @@ def initialize_session_state():
|
|
55 |
|
56 |
prompt_template = """
|
57 |
You are a trained bot to guide people about their medical concerns. You will answer user's query with your knowledge and the context provided.
|
58 |
-
|
59 |
If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
|
60 |
-
|
|
|
|
|
61 |
Use the following pieces of context to answer the users question.
|
62 |
Context: {context}
|
63 |
Question: {question}
|
|
|
55 |
|
56 |
prompt_template = """
|
57 |
You are a trained bot to guide people about their medical concerns. You will answer user's query with your knowledge and the context provided.
|
58 |
+
|
59 |
If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
|
60 |
+
|
61 |
+
Try to provide answer in very much understandable format.
|
62 |
+
|
63 |
Use the following pieces of context to answer the users question.
|
64 |
Context: {context}
|
65 |
Question: {question}
|