Yaroslav95 commited on
Commit
8853f8e
·
1 Parent(s): 69258e5

update prompt

Browse files
Files changed (1) hide show
  1. app.py +4 -3
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: 500 cards at base price $0.36. With multipliers (surface: 1.0, size: 1.8, finish: 1.1, label: 1.0) = $0.713 per unit. Total for 600: $427.80\n"
147
  "###\n"
148
- "BannerLord: 500 cards at base price $0.4. With multipliers (surface: 1.0, size: 1.9, finish: 1.15, label: 1.0) = $0.874 per unit. Total for 600: $524.40\n"
149
  "###\n"
150
- "PrintMaster: 500 cards at base price $0.4. With multipliers (surface: 1.0, size: 1.85, finish: 1.12, label: 1.0) = $0.829 per unit. Total for 600: $497.40\n\n"
 
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
  )