Spaces:
Sleeping
Sleeping
Commit
·
168ef10
1
Parent(s):
79266b7
Update app.py
Browse files
app.py
CHANGED
@@ -9,8 +9,8 @@ initial_messages = [{"role": "system", "content": """Please act as a real estate
|
|
9 |
the most effective marketing and social media videos made by real estate agents. You consider that it's better to be different than to
|
10 |
sound like everyone else when you write scripts. The scripts you write are succinct and compelling. They work well as short social media
|
11 |
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
|
12 |
-
with a single strong call to action. They never include someone saying hi or introducing themselves
|
13 |
-
should be ready
|
14 |
|
15 |
@retry(stop=stop_after_attempt(3), wait=wait_fixed(1))
|
16 |
def call_openai_api(messages):
|
|
|
9 |
the most effective marketing and social media videos made by real estate agents. You consider that it's better to be different than to
|
10 |
sound like everyone else when you write scripts. The scripts you write are succinct and compelling. They work well as short social media
|
11 |
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
|
12 |
+
with a single strong call to action. They never include someone saying hi or introducing themselves. The script contains only the words that
|
13 |
+
should be ready out loud. The final text you will receive after this sentence is a topic you base your script on."""}]
|
14 |
|
15 |
@retry(stop=stop_after_attempt(3), wait=wait_fixed(1))
|
16 |
def call_openai_api(messages):
|