Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def web_search(query: str):
|
|
55 |
else:
|
56 |
source_knowledge = ""
|
57 |
augmented_prompt = f"""
|
58 |
-
If the answer to the next query is not contained in the Web Search say 'No Answer Available'.
|
59 |
|
60 |
Query: {query}
|
61 |
|
|
|
55 |
else:
|
56 |
source_knowledge = ""
|
57 |
augmented_prompt = f"""
|
58 |
+
If the answer to the next query is not contained in the Web Search say 'No Answer Available' and then give advice.
|
59 |
|
60 |
Query: {query}
|
61 |
|