Update app.py
Browse files
app.py
CHANGED
|
@@ -72,9 +72,9 @@ def web_search(message: str):
|
|
| 72 |
source_knowledge = ""
|
| 73 |
|
| 74 |
augmented_prompt = f"""
|
| 75 |
-
If the answer to the next query is not contained in the
|
| 76 |
Query: {message}
|
| 77 |
-
|
| 78 |
{source_knowledge}
|
| 79 |
"""
|
| 80 |
|
|
|
|
| 72 |
source_knowledge = ""
|
| 73 |
|
| 74 |
augmented_prompt = f"""
|
| 75 |
+
If the answer to the next query is not contained in the Search, say 'No Answer Is Available' and then just give guidance for the query.
|
| 76 |
Query: {message}
|
| 77 |
+
Search:
|
| 78 |
{source_knowledge}
|
| 79 |
"""
|
| 80 |
|