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