benspigel commited on
Commit
77f483c
·
verified ·
1 Parent(s): 0250370

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -10
app.py CHANGED
@@ -22,16 +22,14 @@ def generate_business_concept(item1, item2, market1, market2):
22
  return "Please provide all four inputs: two items and two target markets."
23
 
24
  # System prompt that defines the GPT's behavior
25
- system_prompt = """You are a business concept generator. When given exactly two items and two target markets, you must:
26
-
27
- 1. Create exactly two sentences describing a business that uses or sells both items as a coherent product or service.
28
- 2. Create exactly one sentence describing a hybrid target market that merges the needs and interests of both customer segments.
29
- 3. Do this three times, outputting different business ideas each time.
30
-
31
- Output format for each business idea:
32
- - First two sentences: The business concept
33
- - Third sentence: The hybrid target market
34
-
35
  Provide no additional commentary, explanations, or text beyond this."""
36
 
37
  # User message with the inputs
 
22
  return "Please provide all four inputs: two items and two target markets."
23
 
24
  # System prompt that defines the GPT's behavior
25
+ system_prompt = """1. Generate three distinct business ideas.\n
26
+ 2. For each idea:\n"
27
+ a. Write exactly two sentences describing a business that uses or sells both items as a coherent product or service.\n"
28
+ b. Write exactly one sentence describing a hybrid target market that merges the needs and interests of both customer segments.\n"
29
+ 3. Provide no additional commentary, explanations, or text beyond this.\n"
30
+ 4. Use the following output format for each idea:\n"
31
+ - First two sentences: The business concept\n"
32
+ - Third sentence: The hybrid target market"
 
 
33
  Provide no additional commentary, explanations, or text beyond this."""
34
 
35
  # User message with the inputs