Skip to content

Commit fc987da

Browse files
committed
add system prompts
Signed-off-by: Johnny Greco <[email protected]>
1 parent e5770df commit fc987da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nemo/NeMo-Data-Designer/self-hosted-tutorials/getting-started/2-structured-outputs-and-jinja-expressions.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@
367367
" \"related to '{{ product_subcategory }}'. The target age range of the ideal customer is \"\n",
368368
" \"{{ target_age_range }} years old. The product should be priced between $10 and $1000.\"\n",
369369
" ),\n",
370+
" system_prompt=SYSTEM_PROMPT,\n",
370371
" output_format=Product,\n",
371372
" model_alias=MODEL_ALIAS,\n",
372373
" )\n",
@@ -389,6 +390,7 @@
389390
" \"Make sure the review is more formal and structured.\"\n",
390391
" \"{% endif %}\"\n",
391392
" ),\n",
393+
" system_prompt=SYSTEM_PROMPT,\n",
392394
" output_format=ProductReview,\n",
393395
" model_alias=MODEL_ALIAS,\n",
394396
" )\n",

0 commit comments

Comments
 (0)