Skip to content

Commit a306af0

Browse files
committed
Update text model to text-davinci-003
1 parent 353c6ae commit a306af0

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)