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