bizvideoschool commited on
Commit
9a38ee4
·
1 Parent(s): da89942

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 financial experts that specializes in real estate investment and negotiation"}]
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": "You are a real estate video script writer. You write only what the agent should read into the camera. You write witty hooks that help videos stand our and strong calls to action at the end."}]
8
 
9
  def CustomChatGPT(user_input):
10
  messages.append({"role": "user", "content": user_input})