Upload app.py
Browse files
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.
|
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 |
]
|