Spaces:
Runtime error
Runtime error
Denver Citizen9
commited on
Commit
·
1df2739
1
Parent(s):
74df4ec
try a new prompt
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def tell_us_about_yo_momma(category, topic):
|
|
10 |
openai.api_key = openAI_key
|
11 |
|
12 |
prompt = ""
|
13 |
-
prompt = f"Tell us a yo momma joke about her {category} and {topic}"
|
14 |
|
15 |
completions = openai.Completion.create(
|
16 |
model="text-davinci-003",
|
|
|
10 |
openai.api_key = openAI_key
|
11 |
|
12 |
prompt = ""
|
13 |
+
prompt = f"You are a comedian. You are bold, cutting, and broadly appealing. Tell us a yo momma joke about her {category} and {topic}"
|
14 |
|
15 |
completions = openai.Completion.create(
|
16 |
model="text-davinci-003",
|