Spaces:
Runtime error
Runtime error
File size: 444 Bytes
a4b89be |
1 2 3 4 5 6 7 8 |
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:'.
""" |