andreinigo commited on
Commit
6ea89ae
·
1 Parent(s): 02e8449

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def asesor_transito(query):
60
  "If that context is not helpful to answer the question, then omit it.\n"
61
  "Shorten the answer if possible.\n"
62
  "Reply in the same language as the question.\n"
63
- "If the given context is not helpful to answer the question, then you will refuse to answer due to policy guidelines.\n"
64
  "Answer:"
65
  )
66
  refine_prompt = PromptTemplate(
 
60
  "If that context is not helpful to answer the question, then omit it.\n"
61
  "Shorten the answer if possible.\n"
62
  "Reply in the same language as the question.\n"
63
+ "If the given context is not helpful to improve the answer to the question, then return the existing answer.\n"
64
  "Answer:"
65
  )
66
  refine_prompt = PromptTemplate(