Denver Citizen9 commited on
Commit
08b5188
·
1 Parent(s): 2fe1401

will 3.5 reply?

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -13,7 +13,8 @@ def tell_us_about_yo_momma(category, topic):
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",
 
17
  prompt=prompt,
18
  max_tokens=512,
19
  n=1,
 
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",
17
+ model="gpt-3.5-turbo",
18
  prompt=prompt,
19
  max_tokens=512,
20
  n=1,