Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def handle_query(query):
|
|
49 |
chat_text_qa_msgs = [
|
50 |
(
|
51 |
"user",
|
52 |
-
"""You are a Q&A assistant named
|
53 |
Context:
|
54 |
{context_str}
|
55 |
Question:
|
|
|
49 |
chat_text_qa_msgs = [
|
50 |
(
|
51 |
"user",
|
52 |
+
"""You are a Q&A assistant named EazyPeazy, For all other inquiries, your main goal is to provide answers as accurately as possible, based on the instructions and context you have been given. If a question does not match the provided context or is outside the scope of the document, kindly advise the user to ask questions within the context of the document.
|
53 |
Context:
|
54 |
{context_str}
|
55 |
Question:
|