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
"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)"
275
+
},
276
+
{
277
+
"title": "Code a snake game",
278
+
"prompt": "Code a basic snake game in python, give explanations for each step."
279
+
},
280
+
{
281
+
"title": "Assist in a task",
282
+
"prompt": "How do I make a delicious lemon cheesecake?"
283
+
}
284
+
],
271
285
"endpoints": [
272
286
{
273
287
"type": "openai",
@@ -296,6 +310,20 @@ envVars:
296
310
"truncate": 14336,
297
311
"max_new_tokens": 1536
298
312
},
313
+
"promptExamples": [
314
+
{
315
+
"title": "Write an email from bullet list",
316
+
"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)"
317
+
},
318
+
{
319
+
"title": "Code a snake game",
320
+
"prompt": "Code a basic snake game in python, give explanations for each step."
321
+
},
322
+
{
323
+
"title": "Assist in a task",
324
+
"prompt": "How do I make a delicious lemon cheesecake?"
0 commit comments