Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -31,7 +31,7 @@ class ProductSearcher:
|
|
31 |
"tôi muốn biết giá cái này"
|
32 |
]
|
33 |
self.prompts = [
|
34 |
-
"Descibe product in image with it color. Only answer in one sentence"
|
35 |
"Describe the product in detail and provide information about the product. If you don't know the product, you can describe the image",
|
36 |
"Estimate the price of the product and provide a detailed description of the product"
|
37 |
]
|
|
|
31 |
"tôi muốn biết giá cái này"
|
32 |
]
|
33 |
self.prompts = [
|
34 |
+
"Descibe product in image with it color. Only answer in one sentence",
|
35 |
"Describe the product in detail and provide information about the product. If you don't know the product, you can describe the image",
|
36 |
"Estimate the price of the product and provide a detailed description of the product"
|
37 |
]
|