Update app.py
Browse files
app.py
CHANGED
@@ -180,6 +180,8 @@ def create_conversational_rag_chain(retriever):
|
|
180 |
|
181 |
When answering, prioritize including all relevant details from the context to support your response. Avoid yes/no answers or simple options (A, B, etc.).
|
182 |
|
|
|
|
|
183 |
Question: {question}
|
184 |
|
185 |
Context: {context}
|
|
|
180 |
|
181 |
When answering, prioritize including all relevant details from the context to support your response. Avoid yes/no answers or simple options (A, B, etc.).
|
182 |
|
183 |
+
In the answer use only English language. DO NOT ASK more questions by yourself!
|
184 |
+
|
185 |
Question: {question}
|
186 |
|
187 |
Context: {context}
|