-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplates.json
More file actions
50 lines (50 loc) · 2.33 KB
/
templates.json
File metadata and controls
50 lines (50 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"Code Explanation": {
"prompt": "Explain this code in detail:\n```\n{input}\n```",
"description": "Get a detailed explanation of code",
"category": "development",
"created": "2025-03-02T02:51:32.147848"
},
"Summarize": {
"prompt": "Please summarize the following text:\n\n{input}",
"description": "Create a concise summary of text",
"category": "writing",
"created": "2025-03-02T02:51:32.147848"
},
"Translate": {
"prompt": "Translate the following text to {language}:\n\n{input}",
"description": "Translate text to another language",
"category": "language",
"created": "2025-03-02T02:51:32.147848"
},
"Pros and Cons": {
"prompt": "List the pros and cons of {input}",
"description": "Analyze advantages and disadvantages",
"category": "analysis",
"created": "2025-03-02T02:51:32.147848"
},
"Writing Assistant": {
"prompt": "Help me write {input}",
"description": "Get assistance with writing",
"category": "writing",
"created": "2025-03-02T02:51:32.147848"
},
"Data Analysis": {
"prompt": "Analyze this dataset and provide insights:\n\n{input}",
"description": "Get insights from data",
"category": "analysis",
"created": "2025-03-02T02:51:32.147848"
},
"testy": {
"prompt": "bmi from {weight} and heigt {height}",
"description": "find bmi",
"category": "analysis",
"created": "2025-03-02T02:54:06.219632"
},
"Cooking recipe": {
"prompt": "\"Guide my AI-powered kitchen assistant to prepare {dish name}, a {vegetarian/non-vegetarian} dish with {number} servings, using ingredients listed below. Please consider the following parameters:\nCuisine: { specify cuisine or region}\nDietary preference: { vegan/gluten-free/no dietary restrictions}\nCooking method: { roast/steak/saut\u00e9/bake/any etc.}\nIngredients:\n{List ingredients with quantities and unit conversions (e.g., cups, grams)}\nAdditional notes:\n{Any specific cooking techniques or tips you'd like to include}\nDesired level of doneness:\n{list desired level of doneness for each ingredient, e.g., rare, medium-rare, well-done}\nPlease provide the recipe and any relevant cooking guidance to ensure a successful outcome.\"",
"description": "Generate a cooking recipe by feeling the template",
"category": "development",
"created": "2025-03-02T08:03:10.802324"
}
}