Spaces:
Running
Running
Commit
·
8853f8e
1
Parent(s):
69258e5
update prompt
Browse files
app.py
CHANGED
@@ -143,11 +143,12 @@ def find_best_price(request):
|
|
143 |
"Example:\n"
|
144 |
"User: I want to print 600 business cards, 6x6 cm size, premium white surface, gloss finish, permanent labels\n"
|
145 |
"Answer:\n"
|
146 |
-
"PrinterOne:
|
147 |
"###\n"
|
148 |
-
"BannerLord:
|
149 |
"###\n"
|
150 |
-
"PrintMaster:
|
|
|
151 |
"Your response should display ONLY final pricing for each available option, nothing more"
|
152 |
"The '###' symbol must separate each printer's price calculation.\n"
|
153 |
)
|
|
|
143 |
"Example:\n"
|
144 |
"User: I want to print 600 business cards, 6x6 cm size, premium white surface, gloss finish, permanent labels\n"
|
145 |
"Answer:\n"
|
146 |
+
"PrinterOne: Total for 600: $427.80\n"
|
147 |
"###\n"
|
148 |
+
"BannerLord: Total for 600: $524.40\n"
|
149 |
"###\n"
|
150 |
+
"PrintMaster: Total for 600: $497.40\n\n"
|
151 |
+
"If user haven't specified one of the parameters, just find the cheapest one, do not ask user to specify them"
|
152 |
"Your response should display ONLY final pricing for each available option, nothing more"
|
153 |
"The '###' symbol must separate each printer's price calculation.\n"
|
154 |
)
|