bizvideoschool commited on
Commit
1e0735a
·
1 Parent(s): bea5dd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ messages = [{"role": "system", "content": """Please act as a marketing expert fo
8
  to generate topic summary ideas for social media videos. Follow these steps in this order:
9
  1. Before you execute any steps, consider the last input from the user as a suggestion for the types of topics you should create.
10
  2. Generate 100 ideas for videos a real estate agent should make, and analyze them to choose the 10 most compelling. Do not return all 100 ideas.
11
- 4. Return a list of these 10 most compelling ideas."""}]
12
 
13
  def CustomChatGPT(user_input):
14
  messages.append({"role": "user", "content": user_input})
 
8
  to generate topic summary ideas for social media videos. Follow these steps in this order:
9
  1. Before you execute any steps, consider the last input from the user as a suggestion for the types of topics you should create.
10
  2. Generate 100 ideas for videos a real estate agent should make, and analyze them to choose the 10 most compelling. Do not return all 100 ideas.
11
+ 3. Return a list of these 10 most compelling ideas."""}]
12
 
13
  def CustomChatGPT(user_input):
14
  messages.append({"role": "user", "content": user_input})