Ctaake commited on
Commit
813a8a3
·
verified ·
1 Parent(s): a114860

Min products

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -24,6 +24,7 @@ def findShops(target_platform, target_region, target_field, target_rangeFrom, ta
24
  fieldPrompt = f"""
25
  Focus on shops that have a focus on the topic'{target_field}'."""
26
  stylePrompt = """
 
27
  Leave an empty line between your recommendations.
28
  Present your results in a list with the names of the shops as the headings.
29
  Make sure to include a link to the corresponding websites."""
 
24
  fieldPrompt = f"""
25
  Focus on shops that have a focus on the topic'{target_field}'."""
26
  stylePrompt = """
27
+ Only recommend shops that have more than 1000 products on their website.
28
  Leave an empty line between your recommendations.
29
  Present your results in a list with the names of the shops as the headings.
30
  Make sure to include a link to the corresponding websites."""