bizvideoschool commited on
Commit
adb2614
·
1 Parent(s): 304bdfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -8,8 +8,7 @@ openai.api_key = os.environ["OPENAI_API_KEY"]
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
- 2. Generate 100 ideas for videos a real estate agent should make and choose the 10 most compelling. Do not return all 100 ideas.
12
- 3. Return a list of these 10 most compelling ideas."""}]
13
 
14
  @retry(stop=stop_after_attempt(3), wait=wait_fixed(1))
15
  def call_openai_api(messages):
 
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
+ 2. Generate 100 ideas for videos a real estate agent should make and reply with the 10 most compelling. Do not return all 100 ideas."""}]
 
12
 
13
  @retry(stop=stop_after_attempt(3), wait=wait_fixed(1))
14
  def call_openai_api(messages):