Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ def web_search(query: str):
|
|
| 56 |
source_knowledge = ""
|
| 57 |
augmented_prompt = f"""
|
| 58 |
Answer the next query using the provided Web Search.
|
| 59 |
-
If the answer is not contained in the Web Search,
|
| 60 |
|
| 61 |
Query: {query}
|
| 62 |
|
|
|
|
| 56 |
source_knowledge = ""
|
| 57 |
augmented_prompt = f"""
|
| 58 |
Answer the next query using the provided Web Search.
|
| 59 |
+
If the answer is not contained in the Web Search, Never give answer.
|
| 60 |
|
| 61 |
Query: {query}
|
| 62 |
|