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