Skip to content

Commit a39f551

Browse files
Merge pull request openai#6 from openai/dev/atty/text-davinci-003
Update text model to text-davinci-003
2 parents 353c6ae + a306af0 commit a39f551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def index():
1212
if request.method == "POST":
1313
animal = request.form["animal"]
1414
response = openai.Completion.create(
15-
model="text-davinci-002",
15+
model="text-davinci-003",
1616
prompt=generate_prompt(animal),
1717
temperature=0.6,
1818
)

0 commit comments

Comments
 (0)