Spaces:
Running
Running
Commit
·
f7bd3f0
1
Parent(s):
72a5665
update images
Browse files
app.py
CHANGED
@@ -113,9 +113,9 @@ def find_best_price(request):
|
|
113 |
"Answer:\n"
|
114 |
"PrintPronto: Doesn't support custom size\n"
|
115 |
"###\n"
|
116 |
-
"BannerLord: 600 * multiplier for custom size * price per unit for nearest pack size. Total for 600: $240\n"
|
117 |
"###\n"
|
118 |
-
"PrintMaster: 600 * multiplier for custom size * price per unit for nearest pack size. Total for 600: $216\n\n"
|
119 |
"If user haven't specified one of the parameters, use the default one"
|
120 |
"Your response should display ONLY final pricing for each available option, nothing more"
|
121 |
"The '###' symbol must separate each printer's price calculation.\n"
|
|
|
113 |
"Answer:\n"
|
114 |
"PrintPronto: Doesn't support custom size\n"
|
115 |
"###\n"
|
116 |
+
"BannerLord: amount (600) * multiplier for custom size (2.0) * price per unit for nearest pack size ($0.2). Total for 600: $240\n"
|
117 |
"###\n"
|
118 |
+
"PrintMaster: amount (600) * multiplier for custom size (2.0) * price per unit for nearest pack size ($0.18). Total for 600: $216\n\n"
|
119 |
"If user haven't specified one of the parameters, use the default one"
|
120 |
"Your response should display ONLY final pricing for each available option, nothing more"
|
121 |
"The '###' symbol must separate each printer's price calculation.\n"
|