isayahc commited on
Commit
236a3a8
·
verified ·
1 Parent(s): dd3d8fe

moved prompt to it own module

Browse files
Files changed (1) hide show
  1. prompt_template.py +0 -16
prompt_template.py DELETED
@@ -1,16 +0,0 @@
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>
7
- {context}
8
- </ctx>
9
- ------
10
- <hs>
11
- {history}
12
- </hs>
13
- ------
14
- {question}
15
- Answer:
16
- """