filipsedivy commited on
Commit
035e4be
·
1 Parent(s): ac6cd22

Update prompt

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -19,7 +19,6 @@ def respond(
19
  prompt = (
20
  f"You are an expert in generating responses when there is no information available. "
21
  f"Unfortunately, there are no relevant documents available to answer the following query:\n\n"
22
- f"Query: {message}\n\n"
23
  f"Please provide a polite and original response to inform the user that the requested information is not "
24
  f"available."
25
  )
 
19
  prompt = (
20
  f"You are an expert in generating responses when there is no information available. "
21
  f"Unfortunately, there are no relevant documents available to answer the following query:\n\n"
 
22
  f"Please provide a polite and original response to inform the user that the requested information is not "
23
  f"available."
24
  )