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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def web_search(query: str):
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
 
 
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' and then give advice.
59
 
60
  Query: {query}
61