Yaroslav95 commited on
Commit
7a65f18
·
1 Parent(s): 48ec5fb
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -115,12 +115,11 @@ def find_best_price(request):
115
  "Answer:\n"
116
  "PrintPronto: Doesn't support custom size\n"
117
  "###\n"
118
- "BannerLord: Total for 600: $524.40\n"
119
  "###\n"
120
- "PrintMaster: Total for 600: $497.40\n\n"
121
  "If user haven't specified one of the parameters, use the default one"
122
- "Explain your calculations"
123
- # "Your response should display ONLY final pricing for each available option, nothing more"
124
  "The '###' symbol must separate each printer's price calculation.\n"
125
  )
126
 
 
115
  "Answer:\n"
116
  "PrintPronto: Doesn't support custom size\n"
117
  "###\n"
118
+ "BannerLord: Total for 600: $240\n"
119
  "###\n"
120
+ "PrintMaster: Total for 600: $216\n\n"
121
  "If user haven't specified one of the parameters, use the default one"
122
+ "Your response should display ONLY final pricing for each available option, nothing more"
 
123
  "The '###' symbol must separate each printer's price calculation.\n"
124
  )
125