Denver Citizen9 commited on
Commit
64f2548
1 Parent(s): 81c795e

try a new prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"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",
 
10
  openai.api_key = openAI_key
11
 
12
  prompt = ""
13
+ prompt = f"You are a comedian who is bold, cutting, and broadly appealing. Tell us a yo momma joke about her {category} that is at least loosely related to: {topic}."
14
 
15
  completions = openai.Completion.create(
16
  model="text-davinci-003",