Chat_QnA_v2 / prompts /summary.py
binh99's picture
new update
4a65fd2
raw
history blame contribute delete
227 Bytes
system_template = "When provided with a question and an HTML document, generate a concise summary of \
the document's content that directly addresses the question."
human_template = "Question: {question}\nHTML Document: {doc}"