Skip to content

Commit

Permalink
chore(prompt): change word limit and adapted response
Browse files Browse the repository at this point in the history
  • Loading branch information
AshminJayson committed Sep 23, 2023
1 parent 38ab8e6 commit adeba69
Showing 1 changed file with 1 addition and 1 deletion.
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} in under in 50 words"
"content": f"Provide suggestion on how to start a store at location {location} where the top selling products are {top_products} in under in 100 words also provide the answer as points separate each line by using the special character ~~~"
}
]
)
Expand Down

0 comments on commit adeba69

Please sign in to comment.