Chat_QnA_v2 / prompts /condense_llm.py
binh99's picture
update new
d037cdf
raw
history blame
249 Bytes
condense_template = """Given the following conversation and a follow up question, rephrase the follow up question to be a standalone question, in its original language.
Chat History:
{chat_history}
Follow Up Input: {question}
Standalone question:"""