# Add here more example by template, id should be intergers from 1 to 100_000, | |
# in description provides base overview of the template and rate is int from 0 to 10 | |
prompts = [ | |
{ | |
"id": 1, | |
"prompt_template": """ | |
Question: {question} | |
Answer: Write a concise answer on the question with one example if it's possible. CONCISE ANSWER. | |
""", | |
"description": "simple concise prompt", | |
"rate": 3 | |
} | |
] |