mou3az commited on
Commit
774b55a
·
verified ·
1 Parent(s): d6db7eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -55,8 +55,7 @@ def web_search(query: str):
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
 
 
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