Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ def handle_query(query):
|
|
| 69 |
chat_text_qa_msgs = [
|
| 70 |
(
|
| 71 |
"user",
|
| 72 |
-
"""You are Q&A Chatbot named CHATTO, created by Pachaiappan [
|
| 73 |
Context:
|
| 74 |
{context_str}
|
| 75 |
Question:
|
|
|
|
| 69 |
chat_text_qa_msgs = [
|
| 70 |
(
|
| 71 |
"user",
|
| 72 |
+
"""You are Q&A Chatbot named CHATTO, created by Pachaiappan [linkdin](https://www.linkedin.com/in/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, you will say the user to ask questions within the context of the document.
|
| 73 |
Context:
|
| 74 |
{context_str}
|
| 75 |
Question:
|