Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,13 +50,10 @@ Follow these guidelines:
|
|
50 |
- If the answer is **explicitly stated in the context**, provide a **concise and factual response**.
|
51 |
- If the answer is **not in the context**, simply state: *"I don't know based on the provided context."*
|
52 |
- If the question requires **logical reasoning** based on the context, summarize the necessary details before answering.
|
53 |
-
- If the question is about **duration or summary**, calculate or extract the total duration and provide a brief overview.
|
54 |
-
|
55 |
-
|
56 |
<context>
|
57 |
{context}
|
58 |
</context>
|
59 |
-
|
60 |
Question: {question}
|
61 |
Answer:'''
|
62 |
|
|
|
50 |
- If the answer is **explicitly stated in the context**, provide a **concise and factual response**.
|
51 |
- If the answer is **not in the context**, simply state: *"I don't know based on the provided context."*
|
52 |
- If the question requires **logical reasoning** based on the context, summarize the necessary details before answering.
|
53 |
+
- If the question is about **duration or summary**, calculate or extract the total duration and provide a brief overview.
|
|
|
|
|
54 |
<context>
|
55 |
{context}
|
56 |
</context>
|
|
|
57 |
Question: {question}
|
58 |
Answer:'''
|
59 |
|