Skip to content

Commit 1549695

Browse files
authored
Add prompt examples for command-r-plus (#1002)
1 parent f93eee7 commit 1549695

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.env.template

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,19 @@ MODELS=`[
1313
"truncate" : 24576,
1414
"max_new_tokens" : 8192,
1515
"temperature" : 0.3
16-
}
16+
},
17+
"promptExamples" : [
18+
{
19+
"title": "Write an email from bullet list",
20+
"prompt": "As a restaurant owner, write a professional email to the supplier to get these products every week: \n\n- Wine (x10)\n- Eggs (x24)\n- Bread (x12)"
21+
}, {
22+
"title": "Code a snake game",
23+
"prompt": "Code a basic snake game in python, give explanations for each step."
24+
}, {
25+
"title": "Assist in a task",
26+
"prompt": "How do I make a delicious lemon cheesecake?"
27+
}
28+
]
1729
},
1830
{
1931
"name" : "mistralai/Mixtral-8x7B-Instruct-v0.1",

0 commit comments

Comments
 (0)