Skip to content

Commit

Permalink
upgrade package
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevnayak committed Jun 7, 2022
1 parent e558609 commit 353c6ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-002",
model="text-davinci-002",
prompt=generate_prompt(animal),
temperature=0.6,
)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ itsdangerous==2.0.1
Jinja2==3.0.2
MarkupSafe==2.0.1
numpy==1.21.3
openai==0.11.0
openai==0.19.0
openpyxl==3.0.9
pandas==1.3.4
pandas-stubs==1.2.0.35
Expand Down

0 comments on commit 353c6ae

Please sign in to comment.