bizvideoschool commited on
Commit
c9a4b9b
·
1 Parent(s): 585840f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ openai.api_key = os.environ["OPENAI_API_KEY"]
7
 
8
  initial_messages = [{"role": "system", "content": """Please act as a marketing expert for real estate agents. Your role is
9
  to generate topic summary ideas for social media videos. Follow these steps in this order:
10
- 1. Before you execute any steps, consider the last input from the user as a suggestion for the types of topics you should create.
11
- If there is no topic suggestion simply create video ideas that would help market any real estate agent.
12
  2. Generate 100 total ideas for videos a real estate agent should make. Some should be ideas
13
  for simple marketing videos, creative social media content, educational videos, and a few that are outside the box.
14
  Reply with the 10 overall best ideas. Include a short, up to 2 sentence long description of each idea. Do not return all 100 ideas."""}]
 
7
 
8
  initial_messages = [{"role": "system", "content": """Please act as a marketing expert for real estate agents. Your role is
9
  to generate topic summary ideas for social media videos. Follow these steps in this order:
10
+ 1. Before you execute any steps, consider the last input from the user as a suggestion for the types of topics you should create if
11
+ they submit one. If they don't submit a topic idea then assume they would like ideas for marketing videos for a real estate agent.
12
  2. Generate 100 total ideas for videos a real estate agent should make. Some should be ideas
13
  for simple marketing videos, creative social media content, educational videos, and a few that are outside the box.
14
  Reply with the 10 overall best ideas. Include a short, up to 2 sentence long description of each idea. Do not return all 100 ideas."""}]