ArturG9 commited on
Commit
2d0cf9a
·
verified ·
1 Parent(s): 4467613

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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}