Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@
" \"related to '{{ product_subcategory }}'. The target age range of the ideal customer is \"\n",
" \"{{ target_age_range }} years old. The product should be priced between $10 and $1000.\"\n",
" ),\n",
" system_prompt=SYSTEM_PROMPT,\n",
" output_format=Product,\n",
" model_alias=MODEL_ALIAS,\n",
" )\n",
Expand All @@ -389,6 +390,7 @@
" \"Make sure the review is more formal and structured.\"\n",
" \"{% endif %}\"\n",
" ),\n",
" system_prompt=SYSTEM_PROMPT,\n",
" output_format=ProductReview,\n",
" model_alias=MODEL_ALIAS,\n",
" )\n",
Expand Down