Spaces:
Sleeping
Sleeping
Update brave.py
Browse files
brave.py
CHANGED
|
@@ -155,6 +155,8 @@ def generate_detailed_explanation(query, context):
|
|
| 155 |
Use this Context to answer the above query:
|
| 156 |
{context}
|
| 157 |
|
|
|
|
|
|
|
| 158 |
Detailed Explanation:"""
|
| 159 |
|
| 160 |
try:
|
|
|
|
| 155 |
Use this Context to answer the above query:
|
| 156 |
{context}
|
| 157 |
|
| 158 |
+
Important: Don't mention that you are answering based on the context. Just start with the main response. Avoid phrases like 'Based on the context provided, ...' etc.
|
| 159 |
+
|
| 160 |
Detailed Explanation:"""
|
| 161 |
|
| 162 |
try:
|