Strongich commited on
Commit
e19fc16
·
1 Parent(s): 3f3324e

changed all custom sizes and shapes multiplier to 1.2

Browse files
Files changed (1) hide show
  1. app.py +16 -16
app.py CHANGED
@@ -121,7 +121,7 @@ Sizes:
121
  2.125x3.375: multiplier 0.9
122
  3x2: multiplier 1.5
123
  4x3: multiplier 1.5
124
- Custom size: This vendor supports custom sizes with a multiplier of 2.0
125
 
126
  Material:
127
  - Standard (default)
@@ -141,7 +141,7 @@ Sizes:
141
  2.5x6: multiplier 1.0 (default)
142
  2.5x8: multiplier 1.2
143
  4x6: multiplier 1.5
144
- Custom size: This vendor supports custom sizes with a multiplier of 2.5
145
 
146
  Base Prices (Quantity,Price per Unit $):
147
  1, 228.00
@@ -157,7 +157,7 @@ Squares: multiplier 1.0
157
  Circles: multiplier 1.0
158
  Ovals: multiplier 1.0
159
  Rounded Rectangles: multiplier 1.0
160
- Custom shape: This vendor supports custom shapes with a multiplier of 1.5
161
 
162
  Sizes:
163
  2x3: multiplier 1.0
@@ -165,7 +165,7 @@ Sizes:
165
  3x4: multiplier 1.0 (default)
166
  3x6: multiplier 1.2
167
  2x8: multiplier 1.5
168
- Custom size: This vendor supports custom sizes with a multiplier of 2.0
169
 
170
  Base Prices (Quantity,Price per Unit $):
171
  50, 1.90
@@ -181,7 +181,7 @@ Rectangles: multiplier 1.0
181
  Squares: multiplier 1.0
182
  Circles: multiplier 1.0
183
  Ovals: multiplier 1.0
184
- Custom size: This vendor supports custom sizes with a multiplier of 2.0
185
 
186
  Sizes:
187
  0.79: multiplier 1.0 (default)
@@ -189,7 +189,7 @@ Sizes:
189
  1.18: multiplier 1.0
190
  1.26: multiplier 1.2
191
  1.38: multiplier 1.5
192
- Custom size: This vendor supports custom sizes with a multiplier of 2.0
193
 
194
  Material:
195
  - Gloss Paper (default)
@@ -217,7 +217,7 @@ Sizes:
217
  2.125x3.375: multiplier 0.9
218
  3x2: multiplier 1.5
219
  4x3: multiplier 1.5
220
- Custom size: This vendor supports custom sizes with a multiplier of 2.0
221
 
222
  Material:
223
  - Standard (default)
@@ -237,7 +237,7 @@ Sizes:
237
  2.5x6: multiplier 1.0
238
  2.5x8: multiplier 1.2
239
  4x6: multiplier 1.5
240
- Custom size: This vendor supports custom sizes with a multiplier of 2.2
241
 
242
  Base Prices (Quantity,Price per Unit $):
243
  1, 231.00
@@ -253,7 +253,7 @@ Squares: multiplier 1.0
253
  Circles: multiplier 1.0
254
  Ovals: multiplier 1.0
255
  Rounded Rectangles: multiplier 1.0
256
- Custom shape: This vendor supports custom shapes with a multiplier of 1.5
257
 
258
  Sizes:
259
  2x3: multiplier 1.0 (default)
@@ -261,7 +261,7 @@ Sizes:
261
  3x4: multiplier 1.0
262
  3x6: multiplier 1.2
263
  2x8: multiplier 1.5
264
- Custom size: This vendor supports custom sizes with a multiplier of 2.0
265
 
266
  Base Prices (Quantity,Price per Unit $):
267
  50, 1.85
@@ -277,7 +277,7 @@ Rectangles: multiplier 1.0
277
  Squares: multiplier 1.0
278
  Circles: multiplier 1.0
279
  Ovals: multiplier 1.0
280
- Custom size: This vendor supports custom sizes with a multiplier of 2.0
281
 
282
  Sizes:
283
  0.79: multiplier 1.0 (default)
@@ -285,7 +285,7 @@ Sizes:
285
  1.18: multiplier 1.0
286
  1.26: multiplier 1.2
287
  1.38: multiplier 1.5
288
- Custom size: This vendor supports custom sizes with a multiplier of 2.0
289
 
290
  Material:
291
  - Gloss Paper (default)
@@ -386,16 +386,16 @@ def find_best_price(request):
386
  "Answer:\n"
387
  "Banners:\n"
388
  "- PrintPronto: Doesn't support custom size\n"
389
- "- BannerLord: amount (25) * multiplier for custom size (2.5) * price per unit for nearest pack size ($193.56). Total for 25: $12097.50\n"
390
- "- PrintMaster: amount (25) * multiplier for custom size (2.2) * price per unit for nearest pack size ($194.00). Total for 25: $10670.00\n\n"
391
  "Business cards:\n"
392
  "- PrintPronto: amount (2000) * multiplier for default size (1.0) * price per unit for nearest pack size ($0.17). Total for 2000: $340.00\n"
393
  "- BannerLord: amount (2000) * multiplier for default size (1.0) * price per unit for nearest pack size ($0.19). Total for 2000: $380.00\n"
394
  "- PrintMaster: amount (2000) * multiplier for default size (1.0) * price per unit for nearest pack size ($0.18). Total for 2000: $360.00\n\n"
395
  " Paper stickers:\n"
396
  "- PrintPronto: Doesn't support custom size\n"
397
- "- BannerLord: amount (5000) * multiplier for circle shape (1.0) * multiplier for custom size (2.0) * price per unit for nearest pack size ($0.13). Total for 5000: $1300.00\n"
398
- "- PrintMaster: amount (5000) * multiplier for circle shape (1.0) * multiplier for custom size (2.0) * price per unit for nearest pack size ($0.11). Total for 5000: $1100.00\n\n"
399
  "Your response should display ONLY final pricing for each available option, nothing more.\n"
400
  "At the end of your response, write summary in the following format:\n"
401
  "Full quote (all products): *all items, that user's requested*\n"
 
121
  2.125x3.375: multiplier 0.9
122
  3x2: multiplier 1.5
123
  4x3: multiplier 1.5
124
+ Custom size: This vendor supports custom sizes with a multiplier of 1.2
125
 
126
  Material:
127
  - Standard (default)
 
141
  2.5x6: multiplier 1.0 (default)
142
  2.5x8: multiplier 1.2
143
  4x6: multiplier 1.5
144
+ Custom size: This vendor supports custom sizes with a multiplier of 1.2
145
 
146
  Base Prices (Quantity,Price per Unit $):
147
  1, 228.00
 
157
  Circles: multiplier 1.0
158
  Ovals: multiplier 1.0
159
  Rounded Rectangles: multiplier 1.0
160
+ Custom shape: This vendor supports custom shapes with a multiplier of 1.2
161
 
162
  Sizes:
163
  2x3: multiplier 1.0
 
165
  3x4: multiplier 1.0 (default)
166
  3x6: multiplier 1.2
167
  2x8: multiplier 1.5
168
+ Custom size: This vendor supports custom sizes with a multiplier of 1.2
169
 
170
  Base Prices (Quantity,Price per Unit $):
171
  50, 1.90
 
181
  Squares: multiplier 1.0
182
  Circles: multiplier 1.0
183
  Ovals: multiplier 1.0
184
+ Custom size: This vendor supports custom sizes with a multiplier of 1.2
185
 
186
  Sizes:
187
  0.79: multiplier 1.0 (default)
 
189
  1.18: multiplier 1.0
190
  1.26: multiplier 1.2
191
  1.38: multiplier 1.5
192
+ Custom size: This vendor supports custom sizes with a multiplier of 1.2
193
 
194
  Material:
195
  - Gloss Paper (default)
 
217
  2.125x3.375: multiplier 0.9
218
  3x2: multiplier 1.5
219
  4x3: multiplier 1.5
220
+ Custom size: This vendor supports custom sizes with a multiplier of 1.2
221
 
222
  Material:
223
  - Standard (default)
 
237
  2.5x6: multiplier 1.0
238
  2.5x8: multiplier 1.2
239
  4x6: multiplier 1.5
240
+ Custom size: This vendor supports custom sizes with a multiplier of 1.2
241
 
242
  Base Prices (Quantity,Price per Unit $):
243
  1, 231.00
 
253
  Circles: multiplier 1.0
254
  Ovals: multiplier 1.0
255
  Rounded Rectangles: multiplier 1.0
256
+ Custom shape: This vendor supports custom shapes with a multiplier of 1.2
257
 
258
  Sizes:
259
  2x3: multiplier 1.0 (default)
 
261
  3x4: multiplier 1.0
262
  3x6: multiplier 1.2
263
  2x8: multiplier 1.5
264
+ Custom size: This vendor supports custom sizes with a multiplier of 1.2
265
 
266
  Base Prices (Quantity,Price per Unit $):
267
  50, 1.85
 
277
  Squares: multiplier 1.0
278
  Circles: multiplier 1.0
279
  Ovals: multiplier 1.0
280
+ Custom size: This vendor supports custom sizes with a multiplier of 1.2
281
 
282
  Sizes:
283
  0.79: multiplier 1.0 (default)
 
285
  1.18: multiplier 1.0
286
  1.26: multiplier 1.2
287
  1.38: multiplier 1.5
288
+ Custom size: This vendor supports custom sizes with a multiplier of 1.2
289
 
290
  Material:
291
  - Gloss Paper (default)
 
386
  "Answer:\n"
387
  "Banners:\n"
388
  "- PrintPronto: Doesn't support custom size\n"
389
+ "- BannerLord: amount (25) * multiplier for custom size (1.2) * price per unit for nearest pack size ($193.56). Total for 25: $5806.80\n"
390
+ "- PrintMaster: amount (25) * multiplier for custom size (1.2) * price per unit for nearest pack size ($194.00). Total for 25: $5820.00\n\n"
391
  "Business cards:\n"
392
  "- PrintPronto: amount (2000) * multiplier for default size (1.0) * price per unit for nearest pack size ($0.17). Total for 2000: $340.00\n"
393
  "- BannerLord: amount (2000) * multiplier for default size (1.0) * price per unit for nearest pack size ($0.19). Total for 2000: $380.00\n"
394
  "- PrintMaster: amount (2000) * multiplier for default size (1.0) * price per unit for nearest pack size ($0.18). Total for 2000: $360.00\n\n"
395
  " Paper stickers:\n"
396
  "- PrintPronto: Doesn't support custom size\n"
397
+ "- BannerLord: amount (5000) * multiplier for circle shape (1.0) * multiplier for custom size (1.2) * price per unit for nearest pack size ($0.13). Total for 5000: $780.00\n"
398
+ "- PrintMaster: amount (5000) * multiplier for circle shape (1.0) * multiplier for custom size (1.2) * price per unit for nearest pack size ($0.11). Total for 5000: $660.00\n\n"
399
  "Your response should display ONLY final pricing for each available option, nothing more.\n"
400
  "At the end of your response, write summary in the following format:\n"
401
  "Full quote (all products): *all items, that user's requested*\n"