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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 using the provided Web Search.
59
- If the answer is not contained in the Web Search, Never give answer.
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