Skip to content

Commit

Permalink
use newest engine
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevnayak committed Mar 15, 2022
1 parent 0a2e22b commit e558609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def index():
if request.method == "POST":
animal = request.form["animal"]
response = openai.Completion.create(
engine="text-davinci-001",
engine="text-davinci-002",
prompt=generate_prompt(animal),
temperature=0.6,
)
Expand Down

0 comments on commit e558609

Please sign in to comment.