Spaces:
Runtime error
Runtime error
system_template = "You are an AI helpful assistant." | |
human_template = \ | |
"""\ | |
Create three very brief follow-up questions (below 6 words) that the user is likely to ask next based on the previous conversation. | |
Try not to repeat questions that have already been asked. | |
Only generate questions and do not generate any text before or after the questions. | |
The answer contains three questions formatted in Markdown. | |
Expected output: | |
- question 1 | |
- question 2 | |
- question 3 | |
where question 1, question 2, question 3 are the follow-up questions you ask. | |
Conversation: | |
Human: {inputs} | |
AI: {outputs} | |
""" | |