|
331 | 331 | " \"content\": [\n",
|
332 | 332 | " {\n",
|
333 | 333 | " \"type\": \"text\",\n",
|
334 |
| - " \"text\": \"\"\"Given an image of an item of clothing, analyze the item and generate a JSON output with the following fields: \"items\", \"category\", and \"gender\". \n", |
| 334 | + " \"text\": f\"\"\"Given an image of an item of clothing, analyze the item and generate a JSON output with the following fields: \"items\", \"category\", and \"gender\".\n", |
335 | 335 | " Use your understanding of fashion trends, styles, and gender preferences to provide accurate and relevant suggestions for how to complete the outfit.\n",
|
336 | 336 | " The items field should be a list of items that would go well with the item in the picture. Each item should represent a title of an item of clothing that contains the style, color, and gender of the item.\n",
|
337 | 337 | " The category needs to be chosen between the types in this list: {subcategories}.\n",
|
338 | 338 | " You have to choose between the genders in this list: [Men, Women, Boys, Girls, Unisex]\n",
|
339 | 339 | " Do not include the description of the item in the picture. Do not include the ```json ``` tag in the output.\n",
|
340 |
| - " \n", |
| 340 | + "\n", |
341 | 341 | " Example Input: An image representing a black leather jacket.\n",
|
342 | 342 | "\n",
|
343 |
| - " Example Output: {\"items\": [\"Fitted White Women's T-shirt\", \"White Canvas Sneakers\", \"Women's Black Skinny Jeans\"], \"category\": \"Jackets\", \"gender\": \"Women\"}\n", |
| 343 | + " Example Output: {{\"items\": [\"Fitted White Women's T-shirt\", \"White Canvas Sneakers\", \"Women's Black Skinny Jeans\"], \"category\": \"Jackets\", \"gender\": \"Women\"}}\n", |
344 | 344 | " \"\"\",\n",
|
345 | 345 | " },\n",
|
346 | 346 | " {\n",
|
|
0 commit comments