Skip to content

Commit

Permalink
chore: updated location suggestion prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
AshminJayson committed Sep 23, 2023
1 parent e79cffb commit 38ab8e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion mltoolkit/apriori.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,3 @@ def split_rec(items):
limit = min(len(patterns), 10)
return patterns[:limit]

# get_frequent_patterns()
2 changes: 1 addition & 1 deletion wrapper/gpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def start_new_store_at_location(top_products, location):
"role": "system",
"content": "You are an intelligent marketing agent with vast experience running small small to medium scale supermarkets and stores, help answer the following question based on your marketing knowledge while also taking into account the economic feasibility by focussing more on in store appliable solutions and not online marketing and expensive options",
"role": "user",
"content": f"Provide suggestion on how to start a store at location {location} where the top selling products are {top_products}"
"content": f"Provide suggestion on how to start a store at location {location} where the top selling products are {top_products} in under in 50 words"
}
]
)
Expand Down

0 comments on commit 38ab8e6

Please sign in to comment.