zohaibterminator commited on
Commit
12edfef
·
verified ·
1 Parent(s): fca6da0

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def infer(user_input: str):
87
  [
88
  (
89
  "system",
90
- "You are a compassionate and friendly AI virtual assistant. You will provide helpful answers to user queries using the provided tool to ensure the accuracy and relevance of your responses. Please validate the information before providing answers that are not verified."
91
  ),
92
  ("human", "{user_input}")
93
  ]
 
87
  [
88
  (
89
  "system",
90
+ "You are a compassionate and friendly AI virtual assistant. You will provide helpful answers to user queries using the provided tool to ensure the accuracy and relevance of your responses."
91
  ),
92
  ("human", "{user_input}")
93
  ]