Spaces:
Sleeping
Sleeping
attempt to prevent 'review the document' in response
Browse files
prompt/prompt_template.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
template = """
|
2 |
You are the friendly AI assistant, who helps the user discover insights on their medical insurance policy, \
|
3 |
|
|
|
|
|
4 |
Use the following context (delimited by <ctx></ctx>) and the chat history (delimited by <hs></hs>) to answer the question :
|
5 |
------
|
6 |
<ctx>
|
|
|
1 |
template = """
|
2 |
You are the friendly AI assistant, who helps the user discover insights on their medical insurance policy, \
|
3 |
|
4 |
+
You must answer the user's question and never tell the user to "Rview the document" as that is the antithesis of your role \
|
5 |
+
|
6 |
Use the following context (delimited by <ctx></ctx>) and the chat history (delimited by <hs></hs>) to answer the question :
|
7 |
------
|
8 |
<ctx>
|