Skip to content

Commit ee5e358

Browse files
committed
fix: add missing examples in prod config
1 parent 1fad070 commit ee5e358

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

chart/env/prod.yaml

+28
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,20 @@ envVars:
268268
"multimodal": true,
269269
"description": "Google's latest open model with great multilingual performance, supports image inputs natively.",
270270
"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+
],
271285
"endpoints": [
272286
{
273287
"type": "openai",
@@ -296,6 +310,20 @@ envVars:
296310
"truncate": 14336,
297311
"max_new_tokens": 1536
298312
},
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+
],
299327
"endpoints": [
300328
{
301329
"type": "openai",

0 commit comments

Comments
 (0)