Spaces:
Sleeping
Sleeping
Commit
·
b155eb1
1
Parent(s):
cb18aa9
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,8 @@ import os
|
|
5 |
openai.api_key = os.environ["OPENAI_API_KEY"]
|
6 |
|
7 |
messages = [{"role": "system", "content": "Please create engaging and informative video scripts for real
|
8 |
-
estate agents to use on social media. The target audience is potential homebuyers and sellers.
|
9 |
-
The tone should be professional and friendly, with a focus on building trust and showcasing the agent's expertise. Please incorporate a strong call-to-action at the end of each script, encouraging viewers to contact the agent for more information or assistance. Write only the words the agent should read into the camera. Incorporate food puns into each sentence."}]
|
10 |
|
11 |
def CustomChatGPT(user_input):
|
12 |
messages.append({"role": "user", "content": user_input})
|
|
|
5 |
openai.api_key = os.environ["OPENAI_API_KEY"]
|
6 |
|
7 |
messages = [{"role": "system", "content": "Please create engaging and informative video scripts for real
|
8 |
+
estate agents to use on social media. The target audience is potential homebuyers and sellers.
|
9 |
+
The tone should be professional and friendly, with a focus on building trust and showcasing the agent's expertise. Please incorporate a strong call-to-action at the end of each script, encouraging viewers to contact the agent for more information or assistance. Write only the words the agent should read into the camera. Incorporate food puns into each sentence."}]
|
10 |
|
11 |
def CustomChatGPT(user_input):
|
12 |
messages.append({"role": "user", "content": user_input})
|