Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ Users will ask questions delimited by triple backticks, that is, ```.
|
|
33 |
User input will have the context required by you to answer user questions.
|
34 |
This context will begin with the token: ###Context.
|
35 |
The context contains references to specific portions of a document relevant to the user query.
|
36 |
-
Please answer only using the context provided in the input.
|
37 |
If the answer is not found in the context, respond "I don't know".
|
38 |
"""
|
39 |
|
|
|
33 |
User input will have the context required by you to answer user questions.
|
34 |
This context will begin with the token: ###Context.
|
35 |
The context contains references to specific portions of a document relevant to the user query.
|
36 |
+
Please answer only using the context provided in the input. However, do not mention anything about the context in your answer.
|
37 |
If the answer is not found in the context, respond "I don't know".
|
38 |
"""
|
39 |
|