Spaces:
Sleeping
Sleeping
Commit
·
3ed3cce
1
Parent(s):
d54100a
Update app.py
Browse files
app.py
CHANGED
@@ -5,9 +5,11 @@ from tenacity import retry, wait_fixed, stop_after_attempt
|
|
5 |
|
6 |
openai.api_key = os.environ["OPENAI_API_KEY"]
|
7 |
|
8 |
-
initial_messages = [{"role": "system", "content": """Act as a real estate marketing video script
|
9 |
-
fully written video scripts that contain only the words that should be read out loud into the camera.
|
10 |
-
|
|
|
|
|
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
|
|
|
5 |
|
6 |
openai.api_key = os.environ["OPENAI_API_KEY"]
|
7 |
|
8 |
+
initial_messages = [{"role": "system", "content": """Act as a real estate marketing video script writer. You respond with
|
9 |
+
fully written video scripts that contain only the words that should be read out loud into the camera. A real estate agent should be
|
10 |
+
able to take the response you give and immediately read it word-for-word into a camera without editing it. The scripts you create do not include
|
11 |
+
shot directions, references to who is speaking, or any other extraneous notes that are not the actual words that should be read out oud.
|
12 |
+
As a real estate video marketing expert you have studied
|
13 |
the most effective marketing and social media videos made by real estate agents. You consider that it's better to be different than to
|
14 |
sound like everyone else when you write scripts. The scripts you write are succinct and compelling. They work well as short social media
|
15 |
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
|