File size: 460 Bytes
a49d898
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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
    }
]