Spaces:
Running
Running
Commit
·
69258e5
1
Parent(s):
21f3db9
update prompt
Browse files
app.py
CHANGED
@@ -148,8 +148,8 @@ def find_best_price(request):
|
|
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 |
-
"
|
152 |
-
"
|
153 |
)
|
154 |
|
155 |
chat_response = client.chat.completions.create(
|
|
|
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 |
)
|
154 |
|
155 |
chat_response = client.chat.completions.create(
|