data-cleaning-llm / prompts /gpt4-system-message2.txt
gtamkaleidoscope's picture
Update prompts/gpt4-system-message2.txt
038bf95
raw
history blame
1.43 kB
I am going to provide marijuana product information. Using the information I provide, I want you to provide me with the following information about the product.
- Brand (brand)
- product category (product_category)
- sub product category (sub_product_category)
- strain name (strain_name)
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:
{
"Wellness": ["Mushroom Caps", "CBD Tincture/Caps/etc", "Capsule", "Liquid Flower", ""],
"Concentrate": ["Diamonds", "Shatter", "Sugar", "Badder", "Diamonds and Sauce", "Rosin", "Cookies Dough", "Flan", "Cookie Dough", ""],
"Preroll": ["Cubano", "Joint", "Blunt", "Infused Joint", "Packwoods Blunt", "Infused Blunt", "Napalm", ""],
"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", ""],
"Edible": ["Cookies", "Gummies", "Mint", "Beverage", "Chocolate", ""],
"Grow Products": [""],
"Flower": ["Bud", ""],
"Accessory": [""]
}
Additional requirements:
DO NOT EXPLAIN YOUR SELF
Format output in JSON format
example output:
{"col1": "value1", "col2": "value2", "col3": "value3"}
---
Product data below