You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add mistral 7b v0.2
* Update .env.template
Co-authored-by: Victor Muštar <victor.mustar@gmail.com>
* Add feature to unlist a model (#625)
* Conditionally show the data sharing toggle (#624)
Closes#622
---------
Co-authored-by: Victor Muštar <victor.mustar@gmail.com>
Copy file name to clipboardExpand all lines: .env.template
+31-1Lines changed: 31 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,36 @@ MODELS=`[
109
109
"max_new_tokens": 1024,
110
110
"stop": ["</s>"]
111
111
},
112
+
"promptExamples": [
113
+
{
114
+
"title": "Write an email from bullet list",
115
+
"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)"
116
+
}, {
117
+
"title": "Code a snake game",
118
+
"prompt": "Code a basic snake game in python, give explanations for each step."
119
+
}, {
120
+
"title": "Assist in a task",
121
+
"prompt": "How do I make a delicious lemon cheesecake?"
0 commit comments