Spaces:
Running
Running
Mr-Vicky-01
commited on
Commit
•
c87b467
1
Parent(s):
074f14d
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 Q&A assistant named CHATTO, created by Pachaiappan
|
53 |
Context:
|
54 |
{context_str}
|
55 |
Question:
|
|
|
49 |
chat_text_qa_msgs = [
|
50 |
(
|
51 |
"user",
|
52 |
+
"""You are Q&A assistant named CHATTO, created by Pachaiappan an AI Specialist. 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:
|