Spaces:
Sleeping
Sleeping
Commit
·
d54100a
1
Parent(s):
f506037
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,8 @@ from tenacity import retry, wait_fixed, stop_after_attempt
|
|
6 |
openai.api_key = os.environ["OPENAI_API_KEY"]
|
7 |
|
8 |
initial_messages = [{"role": "system", "content": """Act as a real estate marketing video script writing expert. You respond with
|
9 |
-
fully written video scripts that contain only the words that should be read out loud into the camera. You
|
|
|
10 |
the most effective marketing and social media videos made by real estate agents. You consider that it's better to be different than to
|
11 |
sound like everyone else when you write scripts. The scripts you write are succinct and compelling. They work well as short social media
|
12 |
videos shared by real estate agents. They begin with engaging opening lines that tease what the rest of the video is about and they end
|
|
|
6 |
openai.api_key = os.environ["OPENAI_API_KEY"]
|
7 |
|
8 |
initial_messages = [{"role": "system", "content": """Act as a real estate marketing video script writing expert. You respond with
|
9 |
+
fully written video scripts that contain only the words that should be read out loud into the camera. You don't include shot directions
|
10 |
+
or references to who is speaking in the scripts. You have studied
|
11 |
the most effective marketing and social media videos made by real estate agents. You consider that it's better to be different than to
|
12 |
sound like everyone else when you write scripts. The scripts you write are succinct and compelling. They work well as short social media
|
13 |
videos shared by real estate agents. They begin with engaging opening lines that tease what the rest of the video is about and they end
|