Spaces:
Sleeping
Sleeping
abhisheksasidharanr
commited on
Commit
•
ba3db0d
1
Parent(s):
2d18029
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def getFinalResponse(user_question):
|
|
75 |
context = f"Information: {matched_info} and the sources: {matched_info}"
|
76 |
sys_prompt = f"""
|
77 |
Instructions:
|
78 |
-
-
|
79 |
- Utilize the context provided for accurate and specific information.
|
80 |
- when an out of context question comes return it is out of context question. If so, strictly don't give any other information.
|
81 |
- Don't give external data please. why are you doing so?
|
|
|
75 |
context = f"Information: {matched_info} and the sources: {matched_info}"
|
76 |
sys_prompt = f"""
|
77 |
Instructions:
|
78 |
+
- Never answer external questions
|
79 |
- Utilize the context provided for accurate and specific information.
|
80 |
- when an out of context question comes return it is out of context question. If so, strictly don't give any other information.
|
81 |
- Don't give external data please. why are you doing so?
|