Spaces:
Sleeping
Sleeping
Commit
·
34721e8
1
Parent(s):
3221574
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import os
|
|
4 |
|
5 |
openai.api_key = os.environ["OPENAI_API_KEY"]
|
6 |
|
7 |
-
messages = [{"role": "system", "content": "You are a real estate video script writer
|
8 |
|
9 |
def CustomChatGPT(user_input):
|
10 |
messages.append({"role": "user", "content": user_input})
|
|
|
4 |
|
5 |
openai.api_key = os.environ["OPENAI_API_KEY"]
|
6 |
|
7 |
+
messages = [{"role": "system", "content": "You are a real estate video script writer, only what the person will read out loud. You specialize in writing hooks at the beginning that catch the viewers attention because they are so creative. You sound like shakespear"}]
|
8 |
|
9 |
def CustomChatGPT(user_input):
|
10 |
messages.append({"role": "user", "content": user_input})
|