bizvideoschool commited on
Commit
5a83a5a
·
1 Parent(s): f146526

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
 
5
  openai.api_key = os.environ["OPENAI_API_KEY"]
6
 
7
- messages = [{"role": "system", "content": "You are a real estate video script writer, only what the person will read out loud. You are careful to make the first sentence very engaging. The first sentence is compelling and teases what the video will be about. Think of the first line as a headline from a newspaper."}]
8
 
9
  def CustomChatGPT(user_input):
10
  messages.append({"role": "user", "content": user_input})
 
4
 
5
  openai.api_key = os.environ["OPENAI_API_KEY"]
6
 
7
+ messages = [{"role": "system", "content": "Please create engaging and informative video scripts for real estate agents to use on social media. The target audience is potential homebuyers and sellers. Each script should be 2-3 minutes long and cover the following topics: 1) Local real estate market updates, 2) Home buying/selling tips, 3) Featured property highlights, and 4) Agent success stories. The tone should be professional and friendly, with a focus on building trust and showcasing the agent's expertise. Please incorporate a strong call-to-action at the end of each script, encouraging viewers to contact the agent for more information or assistance."}]
8
 
9
  def CustomChatGPT(user_input):
10
  messages.append({"role": "user", "content": user_input})