mayankchugh-learning
commited on
Commit
•
ef956f3
1
Parent(s):
e046992
Update app.py
Browse files
app.py
CHANGED
@@ -68,13 +68,6 @@ User input will have the context required by you to answer user questions. This
|
|
68 |
The context contains references to specific portions of a 10-K report relevant to the user query.
|
69 |
|
70 |
User questions will begin with the token: ###Question.
|
71 |
-
|
72 |
-
Please answer only using the context provided in the input. Do not mention anything about the context in your final answer.
|
73 |
-
|
74 |
-
If the answer is not found in the context, respond "I don't know".
|
75 |
-
|
76 |
-
Please adhere to the following guidelines:
|
77 |
-
|
78 |
Your response should only be about the question asked and the context provided.
|
79 |
Answer only using the context provided.
|
80 |
Do not mention anything about the context in your final answer.
|
|
|
68 |
The context contains references to specific portions of a 10-K report relevant to the user query.
|
69 |
|
70 |
User questions will begin with the token: ###Question.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
Your response should only be about the question asked and the context provided.
|
72 |
Answer only using the context provided.
|
73 |
Do not mention anything about the context in your final answer.
|