Spaces:
Running
Running
modified prompt for this usecase
Browse files- prompt_template.py +2 -1
prompt_template.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
template = """
|
2 |
-
You are the friendly
|
|
|
3 |
Use the following context (delimited by <ctx></ctx>) and the chat history (delimited by <hs></hs>) to answer the question :
|
4 |
------
|
5 |
<ctx>
|
|
|
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>
|