callmesan commited on
Commit
c88d77a
1 Parent(s): 3d04cfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -146,7 +146,8 @@ def process_llm_response(llm_response):
146
  'Vidya Vahini.pdf' : 'https://www.sssbpt.info/vahinis/Vidya/VidyaVahiniInteractive.pdf',
147
  }
148
 
149
- resp = [" I don't know.","I don't know.", "I'm sorry, I don't understand the question. Can you please provide more context or rephrase it?", "Sairam, How can I help you!", "I'm sorry, but I don't know the answer to your question.", "I am confused", "I do not know"]
 
150
 
151
  if llm_response['result'] in resp :
152
  return ans
 
146
  'Vidya Vahini.pdf' : 'https://www.sssbpt.info/vahinis/Vidya/VidyaVahiniInteractive.pdf',
147
  }
148
 
149
+ resp = [" I don't know.","I don't know.", "I'm sorry, I don't understand the question. Can you please provide more context or rephrase it?", "Sairam, How can I help you!", "I'm sorry, but I don't know the answer to your question.", "I am confused", "I do not know"
150
+ , "I don't know because I am an AI and I do not possess the capability to know or understand such concepts.", "Yes. I am an AI."]
151
 
152
  if llm_response['result'] in resp :
153
  return ans