Spaces:
Sleeping
Sleeping
Commit
·
6f16cff
1
Parent(s):
b301d24
Update app.py
Browse files
app.py
CHANGED
@@ -10,14 +10,9 @@ estate agents to use on social media. The target audience is potential homebuyer
|
|
10 |
The tone should be professional and friendly, with a focus on building trust and showcasing the agent's expertise.
|
11 |
Your scripts do not include the agents name, they don't have any sort of greeting, and they are optomized to be used to create
|
12 |
videos that will be shared on social media.
|
13 |
-
Take the final message from the user as a suggestion for the script topic.
|
14 |
-
|
15 |
-
|
16 |
-
2. Review the draft to find the most compelling or engaging aspect of the script.
|
17 |
-
3. Write 5 alternative hooks for the script. A hook is the first one or two sentences that grab the attention
|
18 |
-
of the viewer and summarize what they can expect to hear in the rest of the script.
|
19 |
-
4. Choose the best hook and replace the beginning of the script draft with that hook.
|
20 |
-
5. Return just the words the agent should read into the camera."""}]
|
21 |
|
22 |
@retry(stop=stop_after_attempt(3), wait=wait_fixed(1))
|
23 |
def call_openai_api(messages):
|
|
|
10 |
The tone should be professional and friendly, with a focus on building trust and showcasing the agent's expertise.
|
11 |
Your scripts do not include the agents name, they don't have any sort of greeting, and they are optomized to be used to create
|
12 |
videos that will be shared on social media.
|
13 |
+
Take the final message from the user as a suggestion for the script topic. Using this topic suggestion create a script for a
|
14 |
+
video under 150 total words. The script should have a strong opening line and a single call to action. Do not say hi or the name
|
15 |
+
of the person speaking. Only include the words that the speaker will read out loud."""}]
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
@retry(stop=stop_after_attempt(3), wait=wait_fixed(1))
|
18 |
def call_openai_api(messages):
|