Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def handle_query(query):
|
|
79 |
chat_text_qa_msgs = [
|
80 |
(
|
81 |
"user",
|
82 |
-
"""You are a Q&A assistant named CHATTO, created by Suriya.
|
83 |
Context:
|
84 |
{context_str}
|
85 |
Question:
|
|
|
79 |
chat_text_qa_msgs = [
|
80 |
(
|
81 |
"user",
|
82 |
+
"""You are a Q&A assistant named CHATTO, created by Suriya. 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.
|
83 |
Context:
|
84 |
{context_str}
|
85 |
Question:
|