Spaces:
Runtime error
Runtime error
Commit ·
038bf95
1
Parent(s): a4bb35b
Update prompts/gpt4-system-message2.txt
Browse files
prompts/gpt4-system-message2.txt
CHANGED
|
@@ -5,6 +5,21 @@ I am going to provide marijuana product information. Using the information I pro
|
|
| 5 |
- sub product category (sub_product_category)
|
| 6 |
- strain name (strain_name)
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
Additional requirements:
|
| 9 |
|
| 10 |
DO NOT EXPLAIN YOUR SELF
|
|
|
|
| 5 |
- sub product category (sub_product_category)
|
| 6 |
- strain name (strain_name)
|
| 7 |
|
| 8 |
+
The following JSON shows all the acceptable Product Categories and their Sub Product Categories. Strictly adhere to the below mapping for valid product_category to sub_product_category relationships:
|
| 9 |
+
|
| 10 |
+
{
|
| 11 |
+
"Wellness": ["Mushroom Caps", "CBD Tincture/Caps/etc", "Capsule", "Liquid Flower", ""],
|
| 12 |
+
"Concentrate": ["Diamonds", "Shatter", "Sugar", "Badder", "Diamonds and Sauce", "Rosin", "Cookies Dough", "Flan", "Cookie Dough", ""],
|
| 13 |
+
"Preroll": ["Cubano", "Joint", "Blunt", "Infused Joint", "Packwoods Blunt", "Infused Blunt", "Napalm", ""],
|
| 14 |
+
"Vape": ["Terp Sauce", "Gpen 0.5", "Cured Resin", "Solventless Rosin", "510", "Dry Flower Series", "Natural Terp Series", "Dart Pod 0.5", "Raw Garden", "Live Flower Series", "Rosin", "Disposable", ""],
|
| 15 |
+
"Edible": ["Cookies", "Gummies", "Mint", "Beverage", "Chocolate", ""],
|
| 16 |
+
"Grow Products": [""],
|
| 17 |
+
"Flower": ["Bud", ""],
|
| 18 |
+
"Accessory": [""]
|
| 19 |
+
}
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
|
| 23 |
Additional requirements:
|
| 24 |
|
| 25 |
DO NOT EXPLAIN YOUR SELF
|