Medical_GPT / src /prompt.py
srinidhidevaraj's picture
Add application file
53a8795
raw
history blame
No virus
296 Bytes
prompt_template="""
Use the following pieces of information to answer the user's question.
If you don't know the answer, just say that you don't know, don't try to make up an answer.
Context: {context}
Question: {input}
Only return the helpful answer below and nothing else.
Helpful answer:
"""