Spaces:
Runtime error
Runtime error
Commit
·
6ea89ae
1
Parent(s):
02e8449
Update app.py
Browse files
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
|
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(
|