mou3az commited on
Commit
e4521d4
·
verified ·
1 Parent(s): 6fea818

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, ignore the web search and respond independently with your own knowledge.
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