Chat_QnA_v2 / prompts /create_topic.py
binh99's picture
update cosmos db
a4b89be
raw
history blame contribute delete
444 Bytes
SYSTEM_PROMPT_TEMPLATE = "You are an AI assistant created by FPT Software to be helpful, harmless and honest."
HUMAN_PROMPT_TEMPLATE = """Please create a concise topic (less than 5 words) best suited for the following conversation.
Conversation:
\nHuman: {inputs}\nAssistant: {outputs}
Do not include any text inside \"\".
Do not include any special characters like '+'.
Do not generate any text before or after the topic, such as 'Topic:'.
"""