Spaces:
Sleeping
Sleeping
Commit
·
d290a52
1
Parent(s):
7a65f18
small fix
Browse files
app.py
CHANGED
@@ -105,10 +105,8 @@ def find_best_price(request):
|
|
105 |
"1. Check if the requested size (3x3 or 6x6 cm) is available. If not, suggest the nearest available size.\n"
|
106 |
"2. Calculate the final price by:\n"
|
107 |
" - Finding the nearest lower quantity in the base price list\n"
|
108 |
-
" - Multiplying by the surface option multiplier\n"
|
109 |
" - Multiplying by the size multiplier\n"
|
110 |
-
" - Multiplying by the
|
111 |
-
" - Multiplying by the label type multiplier\n"
|
112 |
"3. Do not use linear interpolation for quantities - use the nearest lower quantity pricing.\n\n"
|
113 |
"Example:\n"
|
114 |
"User: I want to print 600 business cards, 6x6 cm size, \n"
|
|
|
105 |
"1. Check if the requested size (3x3 or 6x6 cm) is available. If not, suggest the nearest available size.\n"
|
106 |
"2. Calculate the final price by:\n"
|
107 |
" - Finding the nearest lower quantity in the base price list\n"
|
|
|
108 |
" - Multiplying by the size multiplier\n"
|
109 |
+
" - Multiplying by the material\n"
|
|
|
110 |
"3. Do not use linear interpolation for quantities - use the nearest lower quantity pricing.\n\n"
|
111 |
"Example:\n"
|
112 |
"User: I want to print 600 business cards, 6x6 cm size, \n"
|