nsarrazin HF Staff commited on
Commit
8326cc3
·
1 Parent(s): 49c41c7

fix: add missing examples in prod config

Browse files
Files changed (1) hide show
  1. chart/env/prod.yaml +28 -0
chart/env/prod.yaml CHANGED
@@ -268,6 +268,20 @@ envVars:
268
  "multimodal": true,
269
  "description": "Google's latest open model with great multilingual performance, supports image inputs natively.",
270
  "websiteUrl": "https://blog.google/technology/developers/gemma-3/",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
  "endpoints": [
272
  {
273
  "type": "openai",
@@ -296,6 +310,20 @@ envVars:
296
  "truncate": 14336,
297
  "max_new_tokens": 1536
298
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
299
  "endpoints": [
300
  {
301
  "type": "openai",
 
268
  "multimodal": true,
269
  "description": "Google's latest open model with great multilingual performance, supports image inputs natively.",
270
  "websiteUrl": "https://blog.google/technology/developers/gemma-3/",
271
+ "promptExamples": [
272
+ {
273
+ "title": "Write an email from bullet list",
274
+ "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
+ ],
285
  "endpoints": [
286
  {
287
  "type": "openai",
 
310
  "truncate": 14336,
311
  "max_new_tokens": 1536
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?"
325
+ }
326
+ ],
327
  "endpoints": [
328
  {
329
  "type": "openai",