mou3az commited on
Commit
7207714
1 Parent(s): 6f0d563

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 Is Available' and only give guidance relevant to the query.
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 Is Available' and then just give guidance for the query.
63
 
64
  Query: {message}
65