mou3az commited on
Commit
a798180
·
verified ·
1 Parent(s): 0cf95f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def web_search(message: str):
59
  else:
60
  source_knowledge = ""
61
  augmented_prompt = f"""
62
- If the answer to the next query is not contained in the Web Search say 'No Answer Available' and then give advice.
63
 
64
  Query: {message}
65
 
 
59
  else:
60
  source_knowledge = ""
61
  augmented_prompt = f"""
62
+ If the answer to the next query is not contained in the Web Search say 'No Answer Available' and give guidance relevant to the query.
63
 
64
  Query: {message}
65