Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix AI prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
albarin committed Nov 2, 2023
1 parent 4c9564d commit a24ecbb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Patterns/dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,29 +172,29 @@
"titles": [
{
"default": "Quality Materials",
"ai_prompt": "A title describing the first displayed product feature. The testimonial must have less than 20 characters."
"ai_prompt": "A title describing the first displayed product feature. The title must have less than 20 characters."
},
{
"default": "Expert Craftsmanship",
"ai_prompt": "A title describing the second displayed product feature. The testimonial must have less than 20 characters."
"ai_prompt": "A title describing the second displayed product feature. The title must have less than 20 characters."
},
{
"default": "Customer Satisfaction",
"ai_prompt": "A title describing the fourth displayed product feature. The testimonial must have less than 20 characters."
"ai_prompt": "A title describing the fourth displayed product feature. The title must have less than 20 characters."
}
],
"descriptions": [
{
"default": "We use only the highest-quality materials in our products, ensuring that they look great and last for years to come.",
"ai_prompt": "A description of the first displayed product feature. The testimonial must have less than 120 characters."
"ai_prompt": "A description of the first displayed product feature. The text must have less than 120 characters."
},
{
"default": "Our products are made with expert craftsmanship and attention to detail, ensuring that every stitch and seam is perfect.",
"ai_prompt": "A description of the second displayed product feature. The testimonial must have less than 120 characters."
"ai_prompt": "A description of the second displayed product feature. The text must have less than 120 characters."
},
{
"default": "Our top priority is customer satisfaction, and we stand behind our products 100%. ",
"ai_prompt": "A description of the fourth displayed product feature. The testimonial must have less than 120 characters."
"ai_prompt": "A description of the fourth displayed product feature. The text must have less than 120 characters."
}
]
}
Expand Down

0 comments on commit a24ecbb

Please sign in to comment.